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