Table of Contents

Enum AzureStorageAccountRoutingChoice

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

Represents the encryption key source for a storage account.

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

Fields

InternetRouting = 2

The routing choice is internet routing.

MicrosoftRouting = 1

The routing choice is Microsoft routing.

Unknown = 0

The routing choice is unknown.