Table of Contents

Enum AzureResourceLockScopeType

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

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

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

Fields

Resource = 3

The lock is applied on a resource.

ResourceGroup = 2

The lock is applied on a resource group.

Subscription = 1

The lock is applied on a subscription.

Unknown = 0

The scope type is unknown.