DeploymentStackData.DeploymentScope Property

Definition

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

public string DeploymentScope { get; set; }
member this.DeploymentScope : string with get, set
Public Property DeploymentScope As String

Property Value

Applies to