Class PrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.datafactory.models.PrivateLinkResourceProperties
Properties of a private link resource.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateLinkResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptiongroupId()
Get the groupId property: GroupId of a private link resource.Get the requiredMembers property: RequiredMembers of a private link resource.Get the requiredZoneNames property: RequiredZoneNames of a private link resource.void
validate()
Validates the instance.
-
Constructor Details
-
PrivateLinkResourceProperties
public PrivateLinkResourceProperties()Creates an instance of PrivateLinkResourceProperties class.
-
-
Method Details
-
groupId
Get the groupId property: GroupId of a private link resource.- Returns:
- the groupId value.
-
requiredMembers
Get the requiredMembers property: RequiredMembers of a private link resource.- Returns:
- the requiredMembers value.
-
requiredZoneNames
Get the requiredZoneNames property: RequiredZoneNames of a private link resource.- Returns:
- the requiredZoneNames value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-