DeploymentExtendedInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. resources. deployments. fluent. models. DeploymentExtendedInner
- com.
- com.
public final class DeploymentExtendedInner
extends ProxyResource
Deployment information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: the location of the deployment. |
| String |
name()
Get the name property: The name of the resource. |
|
Deployment |
properties()
Get the properties property: Deployment properties. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Deployment tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static DeploymentExtendedInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExtendedInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeploymentExtendedInner.id()Returns:
location
public String location()
Get the location property: the location of the deployment.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeploymentExtendedInner.name()Returns:
properties
public DeploymentPropertiesExtended properties()
Get the properties property: Deployment properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Deployment tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeploymentExtendedInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeploymentExtendedInner.type()Returns: