ManagedInstancePrivateLinkInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedInstancePrivateLinkInner
- com.
- com.
public final class ManagedInstancePrivateLinkInner
extends ProxyResource
A private link resource.
Constructor Summary
Constructor | Description |
---|---|
ManagedInstancePrivateLinkInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Managed |
properties()
Get the properties property: The private link resource group id. |
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
ManagedInstancePrivateLinkInner
public ManagedInstancePrivateLinkInner()
Creates an instance of ManagedInstancePrivateLinkInner class.
Method Details
fromJson
public static ManagedInstancePrivateLinkInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstancePrivateLinkInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedInstancePrivateLinkInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedInstancePrivateLinkInner.name()Returns:
properties
public ManagedInstancePrivateLinkProperties properties()
Get the properties property: The private link resource group id.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedInstancePrivateLinkInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedInstancePrivateLinkInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java