DeploymentStacksAtSubscription

Exports the template used to create the Deployment stack at the specified scope.

post/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deploymentStacks/{deploymentStackName}/exportTemplate

Path parameters

deploymentStackNamestring required

Name of the deployment stack.

Parameters

../../../../../../common-types/resource-management/v6/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v6/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref

Response

Azure operation completed successfully.

templateobject

The template content. Use this element to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.

Changes

Changed in 2 of the 5 revisions of this API.4

  • 2022-08-01-previewc35c8c573b022See the full diff
    • api tag DeploymentStacksAtSubscription added

      api-tag-added

    • api tag DeploymentStacks removed

      api-tag-removed

  • 2022-08-01-preview46e0d627c40f2See the full diff
    • api tag DeploymentStacks added

      api-tag-added

    • api tag DeploymentStacksAtSubscription removed

      api-tag-removed