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