ShareablePrivateLinkResourceType Class
- java.
lang. Object - com.
azure. resourcemanager. search. models. ShareablePrivateLinkResourceType
- com.
Implements
public final class ShareablePrivateLinkResourceType
implements JsonSerializable<ShareablePrivateLinkResourceType>
Describes a resource type that has been onboarded to private link service and that's supported by search.
Constructor Summary
Constructor | Description |
---|---|
ShareablePrivateLinkResourceType() |
Creates an instance of Shareable |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Shareable |
fromJson(JsonReader jsonReader)
Reads an instance of Shareable |
String |
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. |
Shareable |
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. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ShareablePrivateLinkResourceType
public ShareablePrivateLinkResourceType()
Creates an instance of ShareablePrivateLinkResourceType class.
Method Details
fromJson
public static ShareablePrivateLinkResourceType fromJson(JsonReader jsonReader)
Reads an instance of ShareablePrivateLinkResourceType from the JsonReader.
Parameters:
Returns:
Throws:
name
public String 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:
properties
public ShareablePrivateLinkResourceProperties 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:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java