Class PrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.PrivateLinkResourceProperties
The properties of a private link resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateLinkResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptiongroupId()Get the groupId property: The private link resource group id.Get the requiredMembers property: The private link resource required member names.Get the requiredZoneNames property: The private link resource Private link DNS zone name.voidvalidate()Validates the instance.withGroupId(String groupId) Set the groupId property: The private link resource group id.withRequiredMembers(List<String> requiredMembers) Set the requiredMembers property: The private link resource required member names.withRequiredZoneNames(List<String> requiredZoneNames) Set the requiredZoneNames property: The private link resource Private link DNS zone name.
-
Constructor Details
-
PrivateLinkResourceProperties
public PrivateLinkResourceProperties()Creates an instance of PrivateLinkResourceProperties class.
-
-
Method Details
-
groupId
Get the groupId property: The private link resource group id.- Returns:
- the groupId value.
-
withGroupId
Set the groupId property: The private link resource group id.- Parameters:
groupId- the groupId value to set.- Returns:
- the PrivateLinkResourceProperties object itself.
-
requiredMembers
Get the requiredMembers property: The private link resource required member names.- Returns:
- the requiredMembers value.
-
withRequiredMembers
Set the requiredMembers property: The private link resource required member names.- Parameters:
requiredMembers- the requiredMembers value to set.- Returns:
- the PrivateLinkResourceProperties object itself.
-
requiredZoneNames
Get the requiredZoneNames property: The private link resource Private link DNS zone name.- Returns:
- the requiredZoneNames value.
-
withRequiredZoneNames
Set the requiredZoneNames property: The private link resource Private link DNS zone name.- Parameters:
requiredZoneNames- the requiredZoneNames value to set.- Returns:
- the PrivateLinkResourceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-