Class ShareablePrivateLinkResourceType
- java.lang.Object
-
- com.azure.resourcemanager.search.models.ShareablePrivateLinkResourceType
-
public final class ShareablePrivateLinkResourceType extends Object
Describes an resource type that has been onboarded to private link service, supported by Azure Cognitive Search.
-
-
Constructor Summary
Constructors Constructor Description ShareablePrivateLinkResourceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: The name of the resource type that has been onboarded to private link service, supported by Azure Cognitive Search.ShareablePrivateLinkResourcePropertiesproperties()Get the properties property: Describes the properties of a resource type that has been onboarded to private link service, supported by Azure Cognitive Search.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the resource type that has been onboarded to private link service, supported by Azure Cognitive Search.- Returns:
- the name value.
-
properties
public ShareablePrivateLinkResourceProperties properties()
Get the properties property: Describes the properties of a resource type that has been onboarded to private link service, supported by Azure Cognitive Search.- Returns:
- the properties value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-