Show / Hide Table of Contents

Class CustomerManagedKeyArgs

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

Constructors

View Source

CustomerManagedKeyArgs()

Declaration
public CustomerManagedKeyArgs()

Properties

View Source

KeyName

The name of Key Vault Key.

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

KeyVaultId

The ID of the Key Vault. Changing this forces a new resource to be created.

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

KeyVersion

The version of Key Vault Key.

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

StorageAccountId

The ID of the Storage Account. Changing this forces a new resource to be created.

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