Table of Contents

Enum AzurePolicyAssignmentScopeType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of scope at which the policy is applied.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzurePolicyAssignmentScopeType

Fields

ManagementGroup = 1

The policy is applied to a management group.

ResourceGroup = 2

The policy is applied to a resource group.

Subscription = 3

The policy is applied to a subscription.

Unknown = 0

The scope type is unknown.