SharedPrivateLinkResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. search. fluent. models. SharedPrivateLinkResourceInner
- com.
- com.
public final class SharedPrivateLinkResourceInner
extends ProxyResource
Describes a Shared Private Link Resource managed by the search service.
Constructor Summary
Constructor | Description |
---|---|
SharedPrivateLinkResourceInner() |
Creates an instance of Shared |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Shared |
fromJson(JsonReader jsonReader)
Reads an instance of Shared |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Shared |
properties()
Get the properties property: Describes the properties of a Shared Private Link Resource managed by the search service. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Shared |
withProperties(SharedPrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a Shared Private Link Resource managed by the search service. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
SharedPrivateLinkResourceInner
public SharedPrivateLinkResourceInner()
Creates an instance of SharedPrivateLinkResourceInner class.
Method Details
fromJson
public static SharedPrivateLinkResourceInner fromJson(JsonReader jsonReader)
Reads an instance of SharedPrivateLinkResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SharedPrivateLinkResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SharedPrivateLinkResourceInner.name()Returns:
properties
public SharedPrivateLinkResourceProperties properties()
Get the properties property: Describes the properties of a Shared Private Link Resource managed by the search service.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SharedPrivateLinkResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SharedPrivateLinkResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public SharedPrivateLinkResourceInner withProperties(SharedPrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a Shared Private Link Resource managed by the search service.
Parameters:
Returns:
Applies to
Azure SDK for Java