GetDeploymentStackAtResourceGroupResult

data class GetDeploymentStackAtResourceGroupResult(val actionOnUnmanage: ActionOnUnmanageResponse, val azureApiVersion: String, val correlationId: String, 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: ErrorDetailResponse? = null, val failedResources: List<ResourceReferenceExtendedResponse>, val id: String, val location: String? = null, val name: String, val outputs: Any, val parameters: Map<String, DeploymentParameterResponse>? = 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: ActionOnUnmanageResponse, azureApiVersion: String, correlationId: String, debugSetting: DeploymentStacksDebugSettingResponse? = null, deletedResources: List<ResourceReferenceResponse>, denySettings: DenySettingsResponse, deploymentId: String, deploymentScope: String? = null, description: String? = null, detachedResources: List<ResourceReferenceResponse>, duration: String, error: ErrorDetailResponse? = null, failedResources: List<ResourceReferenceExtendedResponse>, id: String, location: String? = null, name: String, outputs: Any, parameters: Map<String, DeploymentParameterResponse>? = 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 no longer managed after the Deployment stack is updated or deleted.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.

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 Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.

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. Max length of 4096 characters.

Link copied to clipboard

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.

Link copied to clipboard

The duration of the last successful Deployment stack update.

Link copied to clipboard

The error detail.

Link copied to clipboard

An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.

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 deployment resource created by the deployment stack.

Link copied to clipboard

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.

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.