ArmProxyResource Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. ArmProxyResource
- com.
Implements
public class ArmProxyResource
implements JsonSerializable<ArmProxyResource>
The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.
Constructor Summary
| Constructor | Description |
|---|---|
| ArmProxyResource() |
Creates an instance of Arm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Arm |
fromJson(JsonReader jsonReader)
Reads an instance of Arm |
| String |
id()
Get the id property: The unique resource identifier of the database account. |
| String |
name()
Get the name property: The name of the database account. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of Azure resource. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ArmProxyResource
public ArmProxyResource()
Creates an instance of ArmProxyResource class.
Method Details
fromJson
public static ArmProxyResource fromJson(JsonReader jsonReader)
Reads an instance of ArmProxyResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The unique resource identifier of the database account.
Returns:
name
public String name()
Get the name property: The name of the database account.
Returns:
toJson
type
public String type()
Get the type property: The type of Azure resource.
Returns:
validate
public void validate()
Validates the instance.