Freigeben über


ConstructScope Enum

Definition

The resource scope of a construct.

public enum ConstructScope
type ConstructScope = 
Public Enum ConstructScope
Inheritance
ConstructScope

Fields

ManagementGroup 2

ManagementGroup scope.

ResourceGroup 0

ResourceGroup scope.

Subscription 1

Subscription scope.

Tenant 3

Tenant scope.

Applies to