Uses of Class
com.azure.resourcemanager.compute.models.PrivateLinkResource
-
Packages that use PrivateLinkResource Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of PrivateLinkResource in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.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.compute.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.compute.models
Methods in com.azure.resourcemanager.compute.models that return PrivateLinkResource Modifier and Type Method Description PrivateLinkResourcePrivateLinkResource. withRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The private link resource DNS zone name.
-