PrivateLinkResource Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. PrivateLinkResource
- com.
Implements
public final class PrivateLinkResource
implements JsonSerializable<PrivateLinkResource>
A private link resource.
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 id property. |
| String |
name()
Get the name property: Name of a private link resource. |
|
Private |
properties()
Get the properties property: Properties of a private link resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type property. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static PrivateLinkResource fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id property.
Returns:
name
public String name()
Get the name property: Name of a private link resource.
Returns:
properties
public PrivateLinkResourceProperties properties()
Get the properties property: Properties of a private link resource.
Returns:
toJson
type
public String type()
Get the type property: The type property.
Returns:
validate
public void validate()
Validates the instance.