Show / Hide Table of Contents

Class DiskEncryptionSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DiskEncryptionSetArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DiskEncryptionSetArgs : ResourceArgs

Constructors

View Source

DiskEncryptionSetArgs()

Declaration
public DiskEncryptionSetArgs()

Properties

View Source

Identity

A identity block defined below.

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

KeyVaultKeyId

Specifies the URL to a Key Vault Key (either from a Key Vault Key, or the Key URL for the Key Vault Secret).

Declaration
public Input<string> KeyVaultKeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Location

Specifies the Azure Region where the Disk Encryption Set exists. Changing this forces a new resource to be created.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Disk Encryption Set. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

Specifies the name of the Resource Group where the Disk Encryption Set should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the Disk Encryption Set.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.