Get Deployment Stack At Subscription Result
Deployment stack object.
Constructors
Properties
Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
The Azure API version of the resource.
The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
The debug setting of the deployment.
An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
Defines how resources deployed by the stack are locked.
The resourceId of the deployment resource created by the deployment stack.
The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
Deployment stack description. Max length of 4096 characters.
An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
The error detail.
An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
State of the deployment stack.
An array of resources currently managed by the deployment stack.
Azure Resource Manager metadata containing createdBy and modifiedBy information.