Uses of Class
com.azure.resourcemanager.storage.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of PrivateLinkResource in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type PrivateLinkResource Modifier and Type Method Description List<PrivateLinkResource>PrivateLinkResourceListResultInner. value()Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type PrivateLinkResource Modifier and Type Method Description PrivateLinkResourceListResultInnerPrivateLinkResourceListResultInner. withValue(List<PrivateLinkResource> value)Set the value property: Array of private link resources. -
Uses of PrivateLinkResource in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcePrivateLinkResource. withRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The private link resource Private link DNS zone name.
-