DeploymentStack interface
Deployment stack object.
- Extends
Properties
location | The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations. |
properties | Deployment stack properties. |
tags | Deployment stack resource tags. |
Inherited Properties
id | String Id used to locate any resource on Azure. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
location
The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
location?: string
Property Value
string
properties
Deployment stack properties.
properties?: DeploymentStackProperties
Property Value
tags
Deployment stack resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited Property Details
id
String Id used to locate any resource on Azure. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From AzureResourceBase.id
name
Name of this resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From AzureResourceBase.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From AzureResourceBase.systemData
type
Type of this resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From AzureResourceBase.type