This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.resources.getDeploymentStackAtManagementGroup
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets a Deployment Stack with a given name. Azure REST API version: 2022-08-01-preview.
Other available API versions: 2024-03-01.
Using getDeploymentStackAtManagementGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeploymentStackAtManagementGroup(args: GetDeploymentStackAtManagementGroupArgs, opts?: InvokeOptions): Promise<GetDeploymentStackAtManagementGroupResult>
function getDeploymentStackAtManagementGroupOutput(args: GetDeploymentStackAtManagementGroupOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStackAtManagementGroupResult>def get_deployment_stack_at_management_group(deployment_stack_name: Optional[str] = None,
                                             management_group_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetDeploymentStackAtManagementGroupResult
def get_deployment_stack_at_management_group_output(deployment_stack_name: Optional[pulumi.Input[str]] = None,
                                             management_group_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStackAtManagementGroupResult]func LookupDeploymentStackAtManagementGroup(ctx *Context, args *LookupDeploymentStackAtManagementGroupArgs, opts ...InvokeOption) (*LookupDeploymentStackAtManagementGroupResult, error)
func LookupDeploymentStackAtManagementGroupOutput(ctx *Context, args *LookupDeploymentStackAtManagementGroupOutputArgs, opts ...InvokeOption) LookupDeploymentStackAtManagementGroupResultOutput> Note: This function is named LookupDeploymentStackAtManagementGroup in the Go SDK.
public static class GetDeploymentStackAtManagementGroup 
{
    public static Task<GetDeploymentStackAtManagementGroupResult> InvokeAsync(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentStackAtManagementGroupResult> Invoke(GetDeploymentStackAtManagementGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeploymentStackAtManagementGroupResult> getDeploymentStackAtManagementGroup(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions options)
public static Output<GetDeploymentStackAtManagementGroupResult> getDeploymentStackAtManagementGroup(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:resources:getDeploymentStackAtManagementGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeploymentStack stringName 
- Name of the deployment stack.
- ManagementGroup stringId 
- Management Group.
- DeploymentStack stringName 
- Name of the deployment stack.
- ManagementGroup stringId 
- Management Group.
- deploymentStack StringName 
- Name of the deployment stack.
- managementGroup StringId 
- Management Group.
- deploymentStack stringName 
- Name of the deployment stack.
- managementGroup stringId 
- Management Group.
- deployment_stack_ strname 
- Name of the deployment stack.
- management_group_ strid 
- Management Group.
- deploymentStack StringName 
- Name of the deployment stack.
- managementGroup StringId 
- Management Group.
getDeploymentStackAtManagementGroup Result
The following output properties are available:
- ActionOn Pulumi.Unmanage Azure Native. Resources. Outputs. Deployment Stack Properties Response Action On Unmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- DeletedResources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Response> 
- An array of resources that were deleted during the most recent update.
- DenySettings Pulumi.Azure Native. Resources. Outputs. Deny Settings Response 
- Defines how resources deployed by the stack are locked.
- DeploymentId string
- The resourceId of the deployment resource created by the deployment stack.
- DetachedResources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Response> 
- An array of resources that were detached during the most recent update.
- Duration string
- The duration of the deployment stack update.
- FailedResources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Extended Response> 
- An array of resources that failed to reach goal state during the most recent update.
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Outputs object
- The outputs of the underlying deployment.
- ProvisioningState string
- State of the deployment stack.
- Resources
List<Pulumi.Azure Native. Resources. Outputs. Managed Resource Reference Response> 
- An array of resources currently managed by the deployment stack.
- SystemData Pulumi.Azure Native. Resources. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- Type of this resource.
- DebugSetting Pulumi.Azure Native. Resources. Outputs. Deployment Stacks Debug Setting Response 
- The debug setting of the deployment.
- DeploymentScope string
- 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}').
- Description string
- Deployment stack description.
- Error
Pulumi.Azure Native. Resources. Outputs. Error Response Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- Location string
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- Parameters object
- 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.
- ParametersLink Pulumi.Azure Native. Resources. Outputs. Deployment Stacks Parameters Link Response 
- 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.
- Dictionary<string, string>
- Deployment stack resource tags.
- ActionOn DeploymentUnmanage Stack Properties Response Action On Unmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- DeletedResources []ResourceReference Response 
- An array of resources that were deleted during the most recent update.
- DenySettings DenySettings Response 
- Defines how resources deployed by the stack are locked.
- DeploymentId string
- The resourceId of the deployment resource created by the deployment stack.
- DetachedResources []ResourceReference Response 
- An array of resources that were detached during the most recent update.
- Duration string
- The duration of the deployment stack update.
- FailedResources []ResourceReference Extended Response 
- An array of resources that failed to reach goal state during the most recent update.
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Outputs interface{}
- The outputs of the underlying deployment.
- ProvisioningState string
- State of the deployment stack.
- Resources
[]ManagedResource Reference Response 
- An array of resources currently managed by the deployment stack.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- Type of this resource.
- DebugSetting DeploymentStacks Debug Setting Response 
- The debug setting of the deployment.
- DeploymentScope string
- 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}').
- Description string
- Deployment stack description.
- Error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- Location string
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- Parameters interface{}
- 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.
- ParametersLink DeploymentStacks Parameters Link Response 
- 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.
- map[string]string
- Deployment stack resource tags.
- actionOn DeploymentUnmanage Stack Properties Response Action On Unmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- deletedResources List<ResourceReference Response> 
- An array of resources that were deleted during the most recent update.
- denySettings DenySettings Response 
- Defines how resources deployed by the stack are locked.
- deploymentId String
- The resourceId of the deployment resource created by the deployment stack.
- detachedResources List<ResourceReference Response> 
- An array of resources that were detached during the most recent update.
- duration String
- The duration of the deployment stack update.
- failedResources List<ResourceReference Extended Response> 
- An array of resources that failed to reach goal state during the most recent update.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- outputs Object
- The outputs of the underlying deployment.
- provisioningState String
- State of the deployment stack.
- resources
List<ManagedResource Reference Response> 
- An array of resources currently managed by the deployment stack.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- Type of this resource.
- debugSetting DeploymentStacks Debug Setting Response 
- The debug setting of the deployment.
- deploymentScope String
- 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}').
- description String
- Deployment stack description.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- location String
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters Object
- 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.
- parametersLink DeploymentStacks Parameters Link Response 
- 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.
- Map<String,String>
- Deployment stack resource tags.
- actionOn DeploymentUnmanage Stack Properties Response Action On Unmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- deletedResources ResourceReference Response[] 
- An array of resources that were deleted during the most recent update.
- denySettings DenySettings Response 
- Defines how resources deployed by the stack are locked.
- deploymentId string
- The resourceId of the deployment resource created by the deployment stack.
- detachedResources ResourceReference Response[] 
- An array of resources that were detached during the most recent update.
- duration string
- The duration of the deployment stack update.
- failedResources ResourceReference Extended Response[] 
- An array of resources that failed to reach goal state during the most recent update.
- id string
- String Id used to locate any resource on Azure.
- name string
- Name of this resource.
- outputs any
- The outputs of the underlying deployment.
- provisioningState string
- State of the deployment stack.
- resources
ManagedResource Reference Response[] 
- An array of resources currently managed by the deployment stack.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- Type of this resource.
- debugSetting DeploymentStacks Debug Setting Response 
- The debug setting of the deployment.
- deploymentScope string
- 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}').
- description string
- Deployment stack description.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- location string
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters any
- 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.
- parametersLink DeploymentStacks Parameters Link Response 
- 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.
- {[key: string]: string}
- Deployment stack resource tags.
- action_on_ Deploymentunmanage Stack Properties Response Action On Unmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- deleted_resources Sequence[ResourceReference Response] 
- An array of resources that were deleted during the most recent update.
- deny_settings DenySettings Response 
- Defines how resources deployed by the stack are locked.
- deployment_id str
- The resourceId of the deployment resource created by the deployment stack.
- detached_resources Sequence[ResourceReference Response] 
- An array of resources that were detached during the most recent update.
- duration str
- The duration of the deployment stack update.
- failed_resources Sequence[ResourceReference Extended Response] 
- An array of resources that failed to reach goal state during the most recent update.
- id str
- String Id used to locate any resource on Azure.
- name str
- Name of this resource.
- outputs Any
- The outputs of the underlying deployment.
- provisioning_state str
- State of the deployment stack.
- resources
Sequence[ManagedResource Reference Response] 
- An array of resources currently managed by the deployment stack.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- Type of this resource.
- debug_setting DeploymentStacks Debug Setting Response 
- The debug setting of the deployment.
- deployment_scope str
- 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}').
- description str
- Deployment stack description.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- location str
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters Any
- 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.
- parameters_link DeploymentStacks Parameters Link Response 
- 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.
- Mapping[str, str]
- Deployment stack resource tags.
- actionOn Property MapUnmanage 
- Defines the behavior of resources that are not managed immediately after the stack is updated.
- deletedResources List<Property Map>
- An array of resources that were deleted during the most recent update.
- denySettings Property Map
- Defines how resources deployed by the stack are locked.
- deploymentId String
- The resourceId of the deployment resource created by the deployment stack.
- detachedResources List<Property Map>
- An array of resources that were detached during the most recent update.
- duration String
- The duration of the deployment stack update.
- failedResources List<Property Map>
- An array of resources that failed to reach goal state during the most recent update.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- outputs Any
- The outputs of the underlying deployment.
- provisioningState String
- State of the deployment stack.
- resources List<Property Map>
- An array of resources currently managed by the deployment stack.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- Type of this resource.
- debugSetting Property Map
- The debug setting of the deployment.
- deploymentScope String
- 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}').
- description String
- Deployment stack description.
- error Property Map
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- location String
- The location of the deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters Any
- 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.
- parametersLink Property Map
- 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.
- Map<String>
- Deployment stack resource tags.
Supporting Types
DenySettingsResponse  
- Mode string
- denySettings Mode.
- ApplyTo boolChild Scopes 
- DenySettings will be applied to child scopes.
- ExcludedActions List<string>
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- ExcludedPrincipals List<string>
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- Mode string
- denySettings Mode.
- ApplyTo boolChild Scopes 
- DenySettings will be applied to child scopes.
- ExcludedActions []string
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- ExcludedPrincipals []string
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode String
- denySettings Mode.
- applyTo BooleanChild Scopes 
- DenySettings will be applied to child scopes.
- excludedActions List<String>
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excludedPrincipals List<String>
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode string
- denySettings Mode.
- applyTo booleanChild Scopes 
- DenySettings will be applied to child scopes.
- excludedActions string[]
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excludedPrincipals string[]
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode str
- denySettings Mode.
- apply_to_ boolchild_ scopes 
- DenySettings will be applied to child scopes.
- excluded_actions Sequence[str]
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excluded_principals Sequence[str]
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode String
- denySettings Mode.
- applyTo BooleanChild Scopes 
- DenySettings will be applied to child scopes.
- excludedActions List<String>
- List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excludedPrincipals List<String>
- List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
DeploymentStackPropertiesResponseActionOnUnmanage      
- Resources string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- ManagementGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- ResourceGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Resources string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- ManagementGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- ResourceGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- managementGroups String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resourceGroups String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- managementGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resourceGroups string
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources str
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- management_groups str
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resource_groups str
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- managementGroups String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resourceGroups String
- Specifies the action that should be taken on the resource when the deployment stack is deleted. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
DeploymentStacksDebugSettingResponse    
- DetailLevel string
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- DetailLevel string
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detailLevel String
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detailLevel string
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detail_level str
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detailLevel String
- Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
DeploymentStacksParametersLinkResponse    
- Uri string
- The URI of the parameters file.
- ContentVersion string
- If included, must match the ContentVersion in the template.
- Uri string
- The URI of the parameters file.
- ContentVersion string
- If included, must match the ContentVersion in the template.
- uri String
- The URI of the parameters file.
- contentVersion String
- If included, must match the ContentVersion in the template.
- uri string
- The URI of the parameters file.
- contentVersion string
- If included, must match the ContentVersion in the template.
- uri str
- The URI of the parameters file.
- content_version str
- If included, must match the ContentVersion in the template.
- uri String
- The URI of the parameters file.
- contentVersion String
- If included, must match the ContentVersion in the template.
ErrorAdditionalInfoResponse   
ErrorDetailResponse  
- AdditionalInfo List<Pulumi.Azure Native. Resources. Inputs. Error Additional Info Response> 
- The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.Azure Native. Resources. Inputs. Error Detail Response> 
- The error details.
- Message string
- The error message.
- Target string
- The error target.
- AdditionalInfo []ErrorAdditional Info Response 
- The error additional info.
- Code string
- The error code.
- Details
[]ErrorDetail Response 
- The error details.
- Message string
- The error message.
- Target string
- The error target.
- additionalInfo List<ErrorAdditional Info Response> 
- The error additional info.
- code String
- The error code.
- details
List<ErrorDetail Response> 
- The error details.
- message String
- The error message.
- target String
- The error target.
- additionalInfo ErrorAdditional Info Response[] 
- The error additional info.
- code string
- The error code.
- details
ErrorDetail Response[] 
- The error details.
- message string
- The error message.
- target string
- The error target.
- additional_info Sequence[ErrorAdditional Info Response] 
- The error additional info.
- code str
- The error code.
- details
Sequence[ErrorDetail Response] 
- The error details.
- message str
- The error message.
- target str
- The error target.
- additionalInfo List<Property Map>
- The error additional info.
- code String
- The error code.
- details List<Property Map>
- The error details.
- message String
- The error message.
- target String
- The error target.
ErrorResponseResponse  
- AdditionalInfo List<Pulumi.Azure Native. Resources. Inputs. Error Additional Info Response> 
- The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.Azure Native. Resources. Inputs. Error Response Response> 
- The error details.
- Error
Pulumi.Azure Native. Resources. Inputs. Error Detail Response 
- The error object.
- Message string
- The error message.
- Target string
- The error target.
- AdditionalInfo []ErrorAdditional Info Response 
- The error additional info.
- Code string
- The error code.
- Details
[]ErrorResponse Response 
- The error details.
- Error
ErrorDetail Response 
- The error object.
- Message string
- The error message.
- Target string
- The error target.
- additionalInfo List<ErrorAdditional Info Response> 
- The error additional info.
- code String
- The error code.
- details
List<ErrorResponse Response> 
- The error details.
- error
ErrorDetail Response 
- The error object.
- message String
- The error message.
- target String
- The error target.
- additionalInfo ErrorAdditional Info Response[] 
- The error additional info.
- code string
- The error code.
- details
ErrorResponse Response[] 
- The error details.
- error
ErrorDetail Response 
- The error object.
- message string
- The error message.
- target string
- The error target.
- additional_info Sequence[ErrorAdditional Info Response] 
- The error additional info.
- code str
- The error code.
- details
Sequence[ErrorResponse Response] 
- The error details.
- error
ErrorDetail Response 
- The error object.
- message str
- The error message.
- target str
- The error target.
- additionalInfo List<Property Map>
- The error additional info.
- code String
- The error code.
- details List<Property Map>
- The error details.
- error Property Map
- The error object.
- message String
- The error message.
- target String
- The error target.
ManagedResourceReferenceResponse   
- Id string
- The resourceId of a resource managed by the deployment stack.
- DenyStatus string
- denyAssignment settings applied to the resource.
- Status string
- Current management state of the resource in the deployment stack.
- Id string
- The resourceId of a resource managed by the deployment stack.
- DenyStatus string
- denyAssignment settings applied to the resource.
- Status string
- Current management state of the resource in the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- denyStatus String
- denyAssignment settings applied to the resource.
- status String
- Current management state of the resource in the deployment stack.
- id string
- The resourceId of a resource managed by the deployment stack.
- denyStatus string
- denyAssignment settings applied to the resource.
- status string
- Current management state of the resource in the deployment stack.
- id str
- The resourceId of a resource managed by the deployment stack.
- deny_status str
- denyAssignment settings applied to the resource.
- status str
- Current management state of the resource in the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- denyStatus String
- denyAssignment settings applied to the resource.
- status String
- Current management state of the resource in the deployment stack.
ResourceReferenceExtendedResponse   
- Id string
- The resourceId of a resource managed by the deployment stack.
- Error
Pulumi.Azure Native. Resources. Inputs. Error Response Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- Id string
- The resourceId of a resource managed by the deployment stack.
- Error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- id String
- The resourceId of a resource managed by the deployment stack.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- id string
- The resourceId of a resource managed by the deployment stack.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- id str
- The resourceId of a resource managed by the deployment stack.
- error
ErrorResponse Response 
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
- id String
- The resourceId of a resource managed by the deployment stack.
- error Property Map
- Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
ResourceReferenceResponse  
- Id string
- The resourceId of a resource managed by the deployment stack.
- Id string
- The resourceId of a resource managed by the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- id string
- The resourceId of a resource managed by the deployment stack.
- id str
- The resourceId of a resource managed by the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi