Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.PrivateLinkResourceProperties
-
Packages that use PrivateLinkResourceProperties Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient. -
-
Uses of PrivateLinkResourceProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return PrivateLinkResourceProperties Modifier and Type Method Description PrivateLinkResourcePropertiesPrivateLinkResourceProperties. withGroupId(String groupId)Set the groupId property: The private link resource group id.PrivateLinkResourcePropertiesPrivateLinkResourceProperties. withRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The private link resource required member names.PrivateLinkResourcePropertiesPrivateLinkResourceProperties. withRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The private link resource Private link DNS zone name.
-