Class ManagedDiskEncryptionSettings
Inheritance
System.Object
ManagedDiskEncryptionSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagedDiskEncryptionSettings
Fields
View SourceDiskEncryptionKey
A disk_encryption_key block as defined above.
Declaration
public readonly ManagedDiskEncryptionSettingsDiskEncryptionKey DiskEncryptionKey
Field Value
| Type | Description |
|---|---|
| ManagedDiskEncryptionSettingsDiskEncryptionKey |
Enabled
Is Encryption enabled on this Managed Disk? Changing this forces a new resource to be created.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
KeyEncryptionKey
A key_encryption_key block as defined below.
Declaration
public readonly ManagedDiskEncryptionSettingsKeyEncryptionKey KeyEncryptionKey
Field Value
| Type | Description |
|---|---|
| ManagedDiskEncryptionSettingsKeyEncryptionKey |