Uses of Class
com.azure.resourcemanager.appservice.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of PrivateLinkResource in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description List<PrivateLinkResource>PrivateLinkResourcesWrapperInner. value()Get the value property: The value property.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcesWrapperInnerPrivateLinkResourcesWrapperInner. withValue(List<PrivateLinkResource> value)Set the value property: The value property. -
Uses of PrivateLinkResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcePrivateLinkResource. withId(String id)Set the id property: The id property.PrivateLinkResourcePrivateLinkResource. withName(String name)Set the name property: Name of a private link resource.PrivateLinkResourcePrivateLinkResource. withProperties(PrivateLinkResourceProperties properties)Set the properties property: Properties of a private link resource.PrivateLinkResourcePrivateLinkResource. withType(String type)Set the type property: The type property.
-