Class ManagedDiskEncryptionSettingsGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagedDiskEncryptionSettingsGetArgs : ResourceArgs
Constructors
View SourceManagedDiskEncryptionSettingsGetArgs()
Declaration
public ManagedDiskEncryptionSettingsGetArgs()
Properties
View SourceDiskEncryptionKey
A disk_encryption_key block as defined above.
Declaration
public Input<ManagedDiskEncryptionSettingsDiskEncryptionKeyGetArgs> DiskEncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagedDiskEncryptionSettingsDiskEncryptionKeyGetArgs> |
Enabled
Is Encryption enabled on this Managed Disk? Changing this forces a new resource to be created.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KeyEncryptionKey
A key_encryption_key block as defined below.
Declaration
public Input<ManagedDiskEncryptionSettingsKeyEncryptionKeyGetArgs> KeyEncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagedDiskEncryptionSettingsKeyEncryptionKeyGetArgs> |