DeploymentStackInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. resources. deploymentstacks. fluent. models. DeploymentStackInner
- com.
- com.
public final class DeploymentStackInner
extends ProxyResource
Deployment stack object.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentStackInner() |
Creates an instance of Deployment |
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 geo-location where the resource lives. |
| String |
name()
Get the name property: The name of the resource. |
|
Deployment |
properties()
Get the properties property: Deployment stack properties. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Deployment |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
|
Deployment |
withProperties(DeploymentStackProperties properties)
Set the properties property: Deployment stack properties. |
|
Deployment |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DeploymentStackInner
public DeploymentStackInner()
Creates an instance of DeploymentStackInner class.
Method Details
fromJson
public static DeploymentStackInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentStackInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DeploymentStackInner.id()Returns:
location
public String location()
Get the location property: The geo-location where the resource lives. Required for subscription and management group scoped stacks. The location is inherited from the resource group for resource group scoped stacks.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DeploymentStackInner.name()Returns:
properties
public DeploymentStackProperties properties()
Get the properties property: Deployment stack 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: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DeploymentStackInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DeploymentStackInner.type()Returns:
withLocation
public DeploymentStackInner withLocation(String location)
Set the location property: The geo-location where the resource lives. Required for subscription and management group scoped stacks. The location is inherited from the resource group for resource group scoped stacks.
Parameters:
Returns:
withProperties
public DeploymentStackInner withProperties(DeploymentStackProperties properties)
Set the properties property: Deployment stack properties.
Parameters:
Returns:
withTags
public DeploymentStackInner withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: