Class PrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.search.models.PrivateLinkResourceProperties
Describes the properties of a supported private link resource for the search service. For a given API version, this
represents the 'supported' groupIds when creating a shared private link resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates 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 of the private link resource.Get the requiredZoneNames property: The list of required DNS zone names of the private link resource.Get the shareablePrivateLinkResourceTypes property: The list of resources that are onboarded to private link service and that are supported by search.voidvalidate()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.- Returns:
- the groupId value.
-
requiredMembers
Get the requiredMembers property: The list of required members of the private link resource.- Returns:
- the requiredMembers value.
-
requiredZoneNames
Get the requiredZoneNames property: The list of required DNS zone names of the private link resource.- Returns:
- the requiredZoneNames value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-