Show / Hide Table of Contents

Class ManagedDiskEncryptionSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedDiskEncryptionSettingsArgs
Inherited Members
ResourceArgs.Empty
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 ManagedDiskEncryptionSettingsArgs : ResourceArgs

Constructors

View Source

ManagedDiskEncryptionSettingsArgs()

Declaration
public ManagedDiskEncryptionSettingsArgs()

Properties

View Source

DiskEncryptionKey

A disk_encryption_key block as defined above.

Declaration
public Input<ManagedDiskEncryptionSettingsDiskEncryptionKeyArgs> DiskEncryptionKey { get; set; }
Property Value
Type Description
Input<ManagedDiskEncryptionSettingsDiskEncryptionKeyArgs>
View Source

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

KeyEncryptionKey

A key_encryption_key block as defined below.

Declaration
public Input<ManagedDiskEncryptionSettingsKeyEncryptionKeyArgs> KeyEncryptionKey { get; set; }
Property Value
Type Description
Input<ManagedDiskEncryptionSettingsKeyEncryptionKeyArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.