Show / Hide Table of Contents

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 Source

DiskEncryptionKey

A disk_encryption_key block as defined above.

Declaration
public readonly ManagedDiskEncryptionSettingsDiskEncryptionKey DiskEncryptionKey
Field Value
Type Description
ManagedDiskEncryptionSettingsDiskEncryptionKey
View Source

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
View Source

KeyEncryptionKey

A key_encryption_key block as defined below.

Declaration
public readonly ManagedDiskEncryptionSettingsKeyEncryptionKey KeyEncryptionKey
Field Value
Type Description
ManagedDiskEncryptionSettingsKeyEncryptionKey
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.