PrivateLinkResourceInner Class
- java.
lang. Object - com.
azure. resourcemanager. purview. fluent. models. PrivateLinkResourceInner
- com.
Implements
public final class PrivateLinkResourceInner
implements JsonSerializable<PrivateLinkResourceInner>
A privately linkable resource.
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: The private link resource identifier. |
| String |
name()
Get the name property: The private link resource name. |
|
Private |
properties()
Get the properties property: The private link resource properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The private link resource type. |
| void |
validate()
Validates the instance. |
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: The private link resource identifier.
Returns:
name
public String name()
Get the name property: The private link resource name.
Returns:
properties
public PrivateLinkResourceProperties properties()
Get the properties property: The private link resource properties.
Returns:
toJson
type
public String type()
Get the type property: The private link resource type.
Returns:
validate
public void validate()
Validates the instance.