Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.keyvault.fluent.models Package containing the inner data models for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of PrivateLinkResource in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.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.keyvault.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.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcePrivateLinkResource. withLocation(String location)PrivateLinkResourcePrivateLinkResource. withRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: Required DNS zone names of the the private link resource.PrivateLinkResourcePrivateLinkResource. withTags(Map<String,String> tags)
-