Class ShareablePrivateLinkResourceProperties
java.lang.Object
com.azure.resourcemanager.search.models.ShareablePrivateLinkResourceProperties
Describes the properties of a resource type that has been onboarded to private link service and that's supported by
search.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ShareablePrivateLinkResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The description of the resource type that has been onboarded to private link service and that's supported by search.groupId()Get the groupId property: The resource provider group id for the resource that has been onboarded to private link service and that's supported by search.type()Get the type property: The resource provider type for the resource that has been onboarded to private link service and that's supported by search.voidvalidate()Validates the instance.
-
Constructor Details
-
ShareablePrivateLinkResourceProperties
public ShareablePrivateLinkResourceProperties()Creates an instance of ShareablePrivateLinkResourceProperties class.
-
-
Method Details
-
type
Get the type property: The resource provider type for the resource that has been onboarded to private link service and that's supported by search.- Returns:
- the type value.
-
groupId
Get the groupId property: The resource provider group id for the resource that has been onboarded to private link service and that's supported by search.- Returns:
- the groupId value.
-
description
Get the description property: The description of the resource type that has been onboarded to private link service and that's supported by search.- Returns:
- the description value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-