Class DiskEncryptionSetState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DiskEncryptionSetState : ResourceArgs
Constructors
View SourceDiskEncryptionSetState()
Declaration
public DiskEncryptionSetState()
Properties
View SourceIdentity
A identity block defined below.
Declaration
public Input<DiskEncryptionSetIdentityGetArgs> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DiskEncryptionSetIdentityGetArgs> |
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> |
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> |
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> |
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> |
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> |