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