PrivateLinkResourceBase Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. botservice. models. PrivateLinkResourceBase
- com.
- com.
public class PrivateLinkResourceBase
extends ProxyResource
Private Link Resource Base Common fields that are returned in the response for all BotService Private Link Resources.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkResourceBase() |
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. |
|
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
PrivateLinkResourceBase
public PrivateLinkResourceBase()
Creates an instance of PrivateLinkResourceBase class.
Method Details
fromJson
public static PrivateLinkResourceBase fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResourceBase from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
PrivateLinkResourceBase.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
PrivateLinkResourceBase.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateLinkResourceBase.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
PrivateLinkResourceBase.type()Returns:
validate
public void validate()
Validates the instance.