Share via


DeploymentStack.DeploymentScope Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentScope")]
public string DeploymentScope { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deploymentScope")>]
member this.DeploymentScope : string with get, set
Public Property DeploymentScope As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to