Enum AzureDiskSecurityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security type of a managed disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureDiskSecurityType
Fields
Standard = 1
The security type is standard.
TrustedLaunch = 2
The security type is trusted launch.
Unknown = 0
The security type is unknown.