Class PrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.PrivateLinkResourceProperties
Properties of a private link resource.
-
Constructor Summary
-
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 required zone names.void
validate()
Validates the instance.
-
Constructor Details
-
PrivateLinkResourceProperties
public PrivateLinkResourceProperties()
-
-
Method Details
-
groupId
Get the groupId property: The private link resource group id.- Returns:
- the groupId value.
-
requiredMembers
Get the requiredMembers property: The private link resource required member names.- Returns:
- the requiredMembers value.
-
requiredZoneNames
Get the requiredZoneNames property: The private link resource required zone names.- Returns:
- the requiredZoneNames value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-