GetDeploymentStackAtResourceGroupResult

data class GetDeploymentStackAtResourceGroupResult(val actionOnUnmanage: DeploymentStackPropertiesResponseActionOnUnmanage, val debugSetting: DeploymentStacksDebugSettingResponse? = null, val deletedResources: List<ResourceReferenceResponse>, val denySettings: DenySettingsResponse, val deploymentId: String, val deploymentScope: String? = null, val description: String? = null, val detachedResources: List<ResourceReferenceResponse>, val duration: String, val error: ErrorResponseResponse? = null, val failedResources: List<ResourceReferenceExtendedResponse>, val id: String, val location: String? = null, val name: String, val outputs: Any, val parameters: Any? = null, val parametersLink: DeploymentStacksParametersLinkResponse? = null, val provisioningState: String, val resources: List<ManagedResourceReferenceResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Deployment stack object.

Constructors

Link copied to clipboard
constructor(actionOnUnmanage: DeploymentStackPropertiesResponseActionOnUnmanage, debugSetting: DeploymentStacksDebugSettingResponse? = null, deletedResources: List<ResourceReferenceResponse>, denySettings: DenySettingsResponse, deploymentId: String, deploymentScope: String? = null, description: String? = null, detachedResources: List<ResourceReferenceResponse>, duration: String, error: ErrorResponseResponse? = null, failedResources: List<ResourceReferenceExtendedResponse>, id: String, location: String? = null, name: String, outputs: Any, parameters: Any? = null, parametersLink: DeploymentStacksParametersLinkResponse? = null, provisioningState: String, resources: List<ManagedResourceReferenceResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the behavior of resources that are not managed immediately after the stack is updated.

Link copied to clipboard

The debug setting of the deployment.

Link copied to clipboard

An array of resources that were deleted during the most recent update.

Link copied to clipboard

Defines how resources deployed by the stack are locked.

Link copied to clipboard

The resourceId of the deployment resource created by the deployment stack.

Link copied to clipboard
val deploymentScope: String? = null

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}').

Link copied to clipboard
val description: String? = null

Deployment stack description.

Link copied to clipboard

An array of resources that were detached during the most recent update.

Link copied to clipboard

The duration of the deployment stack update.

Link copied to clipboard

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Link copied to clipboard

An array of resources that failed to reach goal state during the most recent update.

Link copied to clipboard
val id: String

String Id used to locate any resource on Azure.

Link copied to clipboard
val location: String? = null

The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

The outputs of the underlying deployment.

Link copied to clipboard
val parameters: Any? = null

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. It can be a JObject or a well formed JSON string.

Link copied to clipboard

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.

Link copied to clipboard

State of the deployment stack.

Link copied to clipboard

An array of resources currently managed by the deployment stack.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Deployment stack resource tags.

Link copied to clipboard

Type of this resource.