Class PrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.batch.fluent.models.PrivateLinkResourceProperties
Private link resource properties.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateLinkResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptiongroupId()
Get the groupId property: The group id of the private link resource.Get the requiredMembers property: The list of required members that are used to establish the private link connection.Get the requiredZoneNames property: The list of required zone names for the private DNS resource name.void
validate()
Validates the instance.
-
Constructor Details
-
PrivateLinkResourceProperties
public PrivateLinkResourceProperties()Creates an instance of PrivateLinkResourceProperties class.
-
-
Method Details
-
groupId
Get the groupId property: The group id of the private link resource.The group id is used to establish the private link connection.
- Returns:
- the groupId value.
-
requiredMembers
Get the requiredMembers property: The list of required members that are used to establish the private link connection.- Returns:
- the requiredMembers value.
-
requiredZoneNames
Get the requiredZoneNames property: The list of required zone names for the private DNS resource name.- Returns:
- the requiredZoneNames value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-