DeploymentScopeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum DeploymentScopeType
type DeploymentScopeType =
Public Enum DeploymentScopeType
- Inheritance
-
DeploymentScopeType
Fields
Name | Value | Description |
---|---|---|
Subscription | 0 | The subscription scope type. |
ResourceGroup | 1 | The resource group scope type. |
ManagementGroup | 2 | The management group scope type. |
Tenant | 3 | The tenant scope type. |