1. Packages
  2. Azure Native v2
  3. API Docs
  4. resources
  5. getDeploymentStackAtResourceGroup
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.resources.getDeploymentStackAtResourceGroup

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 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 getDeploymentStackAtResourceGroup

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 getDeploymentStackAtResourceGroup(args: GetDeploymentStackAtResourceGroupArgs, opts?: InvokeOptions): Promise<GetDeploymentStackAtResourceGroupResult>
function getDeploymentStackAtResourceGroupOutput(args: GetDeploymentStackAtResourceGroupOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStackAtResourceGroupResult>
Copy
def get_deployment_stack_at_resource_group(deployment_stack_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetDeploymentStackAtResourceGroupResult
def get_deployment_stack_at_resource_group_output(deployment_stack_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStackAtResourceGroupResult]
Copy
func LookupDeploymentStackAtResourceGroup(ctx *Context, args *LookupDeploymentStackAtResourceGroupArgs, opts ...InvokeOption) (*LookupDeploymentStackAtResourceGroupResult, error)
func LookupDeploymentStackAtResourceGroupOutput(ctx *Context, args *LookupDeploymentStackAtResourceGroupOutputArgs, opts ...InvokeOption) LookupDeploymentStackAtResourceGroupResultOutput
Copy

> Note: This function is named LookupDeploymentStackAtResourceGroup in the Go SDK.

public static class GetDeploymentStackAtResourceGroup 
{
    public static Task<GetDeploymentStackAtResourceGroupResult> InvokeAsync(GetDeploymentStackAtResourceGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentStackAtResourceGroupResult> Invoke(GetDeploymentStackAtResourceGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDeploymentStackAtResourceGroupResult> getDeploymentStackAtResourceGroup(GetDeploymentStackAtResourceGroupArgs args, InvokeOptions options)
public static Output<GetDeploymentStackAtResourceGroupResult> getDeploymentStackAtResourceGroup(GetDeploymentStackAtResourceGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:resources:getDeploymentStackAtResourceGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeploymentStackName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment stack.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
DeploymentStackName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment stack.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
deploymentStackName
This property is required.
Changes to this property will trigger replacement.
String
Name of the deployment stack.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
deploymentStackName
This property is required.
Changes to this property will trigger replacement.
string
Name of the deployment stack.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
deployment_stack_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the deployment stack.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
deploymentStackName
This property is required.
Changes to this property will trigger replacement.
String
Name of the deployment stack.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getDeploymentStackAtResourceGroup Result

The following output properties are available:

ActionOnUnmanage Pulumi.AzureNative.Resources.Outputs.DeploymentStackPropertiesResponseActionOnUnmanage
Defines the behavior of resources that are not managed immediately after the stack is updated.
DeletedResources List<Pulumi.AzureNative.Resources.Outputs.ResourceReferenceResponse>
An array of resources that were deleted during the most recent update.
DenySettings Pulumi.AzureNative.Resources.Outputs.DenySettingsResponse
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.AzureNative.Resources.Outputs.ResourceReferenceResponse>
An array of resources that were detached during the most recent update.
Duration string
The duration of the deployment stack update.
FailedResources List<Pulumi.AzureNative.Resources.Outputs.ResourceReferenceExtendedResponse>
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.AzureNative.Resources.Outputs.ManagedResourceReferenceResponse>
An array of resources currently managed by the deployment stack.
SystemData Pulumi.AzureNative.Resources.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
Type of this resource.
DebugSetting Pulumi.AzureNative.Resources.Outputs.DeploymentStacksDebugSettingResponse
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.AzureNative.Resources.Outputs.ErrorResponseResponse
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.AzureNative.Resources.Outputs.DeploymentStacksParametersLinkResponse
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.
Tags Dictionary<string, string>
Deployment stack resource tags.
ActionOnUnmanage DeploymentStackPropertiesResponseActionOnUnmanage
Defines the behavior of resources that are not managed immediately after the stack is updated.
DeletedResources []ResourceReferenceResponse
An array of resources that were deleted during the most recent update.
DenySettings DenySettingsResponse
Defines how resources deployed by the stack are locked.
DeploymentId string
The resourceId of the deployment resource created by the deployment stack.
DetachedResources []ResourceReferenceResponse
An array of resources that were detached during the most recent update.
Duration string
The duration of the deployment stack update.
FailedResources []ResourceReferenceExtendedResponse
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 []ManagedResourceReferenceResponse
An array of resources currently managed by the deployment stack.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
Type of this resource.
DebugSetting DeploymentStacksDebugSettingResponse
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 ErrorResponseResponse
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 DeploymentStacksParametersLinkResponse
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.
Tags map[string]string
Deployment stack resource tags.
actionOnUnmanage DeploymentStackPropertiesResponseActionOnUnmanage
Defines the behavior of resources that are not managed immediately after the stack is updated.
deletedResources List<ResourceReferenceResponse>
An array of resources that were deleted during the most recent update.
denySettings DenySettingsResponse
Defines how resources deployed by the stack are locked.
deploymentId String
The resourceId of the deployment resource created by the deployment stack.
detachedResources List<ResourceReferenceResponse>
An array of resources that were detached during the most recent update.
duration String
The duration of the deployment stack update.
failedResources List<ResourceReferenceExtendedResponse>
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<ManagedResourceReferenceResponse>
An array of resources currently managed by the deployment stack.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
Type of this resource.
debugSetting DeploymentStacksDebugSettingResponse
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 ErrorResponseResponse
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 DeploymentStacksParametersLinkResponse
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.
tags Map<String,String>
Deployment stack resource tags.
actionOnUnmanage DeploymentStackPropertiesResponseActionOnUnmanage
Defines the behavior of resources that are not managed immediately after the stack is updated.
deletedResources ResourceReferenceResponse[]
An array of resources that were deleted during the most recent update.
denySettings DenySettingsResponse
Defines how resources deployed by the stack are locked.
deploymentId string
The resourceId of the deployment resource created by the deployment stack.
detachedResources ResourceReferenceResponse[]
An array of resources that were detached during the most recent update.
duration string
The duration of the deployment stack update.
failedResources ResourceReferenceExtendedResponse[]
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 ManagedResourceReferenceResponse[]
An array of resources currently managed by the deployment stack.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
Type of this resource.
debugSetting DeploymentStacksDebugSettingResponse
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 ErrorResponseResponse
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 DeploymentStacksParametersLinkResponse
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.
tags {[key: string]: string}
Deployment stack resource tags.
action_on_unmanage DeploymentStackPropertiesResponseActionOnUnmanage
Defines the behavior of resources that are not managed immediately after the stack is updated.
deleted_resources Sequence[ResourceReferenceResponse]
An array of resources that were deleted during the most recent update.
deny_settings DenySettingsResponse
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[ResourceReferenceResponse]
An array of resources that were detached during the most recent update.
duration str
The duration of the deployment stack update.
failed_resources Sequence[ResourceReferenceExtendedResponse]
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[ManagedResourceReferenceResponse]
An array of resources currently managed by the deployment stack.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
Type of this resource.
debug_setting DeploymentStacksDebugSettingResponse
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 ErrorResponseResponse
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 DeploymentStacksParametersLinkResponse
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.
tags Mapping[str, str]
Deployment stack resource tags.
actionOnUnmanage Property Map
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.
tags Map<String>
Deployment stack resource tags.

Supporting Types

DenySettingsResponse

Mode This property is required. string
denySettings Mode.
ApplyToChildScopes bool
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 This property is required. string
denySettings Mode.
ApplyToChildScopes bool
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 This property is required. String
denySettings Mode.
applyToChildScopes Boolean
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 This property is required. string
denySettings Mode.
applyToChildScopes boolean
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 This property is required. str
denySettings Mode.
apply_to_child_scopes bool
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 This property is required. String
denySettings Mode.
applyToChildScopes Boolean
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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The URI of the parameters file.
ContentVersion string
If included, must match the ContentVersion in the template.
Uri This property is required. string
The URI of the parameters file.
ContentVersion string
If included, must match the ContentVersion in the template.
uri This property is required. String
The URI of the parameters file.
contentVersion String
If included, must match the ContentVersion in the template.
uri This property is required. string
The URI of the parameters file.
contentVersion string
If included, must match the ContentVersion in the template.
uri This property is required. str
The URI of the parameters file.
content_version str
If included, must match the ContentVersion in the template.
uri This property is required. String
The URI of the parameters file.
contentVersion String
If included, must match the ContentVersion in the template.

ErrorAdditionalInfoResponse

Info This property is required. object
The additional info.
Type This property is required. string
The additional info type.
Info This property is required. interface{}
The additional info.
Type This property is required. string
The additional info type.
info This property is required. Object
The additional info.
type This property is required. String
The additional info type.
info This property is required. any
The additional info.
type This property is required. string
The additional info type.
info This property is required. Any
The additional info.
type This property is required. str
The additional info type.
info This property is required. Any
The additional info.
type This property is required. String
The additional info type.

ErrorDetailResponse

AdditionalInfo This property is required. List<Pulumi.AzureNative.Resources.Inputs.ErrorAdditionalInfoResponse>
The error additional info.
Code This property is required. string
The error code.
Details This property is required. List<Pulumi.AzureNative.Resources.Inputs.ErrorDetailResponse>
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
AdditionalInfo This property is required. []ErrorAdditionalInfoResponse
The error additional info.
Code This property is required. string
The error code.
Details This property is required. []ErrorDetailResponse
The error details.
Message This property is required. string
The error message.
Target This property is required. string
The error target.
additionalInfo This property is required. List<ErrorAdditionalInfoResponse>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<ErrorDetailResponse>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.
additionalInfo This property is required. ErrorAdditionalInfoResponse[]
The error additional info.
code This property is required. string
The error code.
details This property is required. ErrorDetailResponse[]
The error details.
message This property is required. string
The error message.
target This property is required. string
The error target.
additional_info This property is required. Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code This property is required. str
The error code.
details This property is required. Sequence[ErrorDetailResponse]
The error details.
message This property is required. str
The error message.
target This property is required. str
The error target.
additionalInfo This property is required. List<Property Map>
The error additional info.
code This property is required. String
The error code.
details This property is required. List<Property Map>
The error details.
message This property is required. String
The error message.
target This property is required. String
The error target.

ErrorResponseResponse

AdditionalInfo []ErrorAdditionalInfoResponse
The error additional info.
Code string
The error code.
Details []ErrorResponseResponse
The error details.
Error ErrorDetailResponse
The error object.
Message string
The error message.
Target string
The error target.
additionalInfo List<ErrorAdditionalInfoResponse>
The error additional info.
code String
The error code.
details List<ErrorResponseResponse>
The error details.
error ErrorDetailResponse
The error object.
message String
The error message.
target String
The error target.
additionalInfo ErrorAdditionalInfoResponse[]
The error additional info.
code string
The error code.
details ErrorResponseResponse[]
The error details.
error ErrorDetailResponse
The error object.
message string
The error message.
target string
The error target.
additional_info Sequence[ErrorAdditionalInfoResponse]
The error additional info.
code str
The error code.
details Sequence[ErrorResponseResponse]
The error details.
error ErrorDetailResponse
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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The resourceId of a resource managed by the deployment stack.
Error Pulumi.AzureNative.Resources.Inputs.ErrorResponseResponse
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 This property is required. string
The resourceId of a resource managed by the deployment stack.
Error ErrorResponseResponse
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 This property is required. String
The resourceId of a resource managed by the deployment stack.
error ErrorResponseResponse
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 This property is required. string
The resourceId of a resource managed by the deployment stack.
error ErrorResponseResponse
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 This property is required. str
The resourceId of a resource managed by the deployment stack.
error ErrorResponseResponse
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 This property is required. 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 This property is required. string
The resourceId of a resource managed by the deployment stack.
Id This property is required. string
The resourceId of a resource managed by the deployment stack.
id This property is required. String
The resourceId of a resource managed by the deployment stack.
id This property is required. string
The resourceId of a resource managed by the deployment stack.
id This property is required. str
The resourceId of a resource managed by the deployment stack.
id This property is required. 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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
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.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
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.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi