EncryptionKeyVaultProperties Constructors

Definition

Overloads

EncryptionKeyVaultProperties()

Initializes a new instance of the EncryptionKeyVaultProperties class.

EncryptionKeyVaultProperties(String, String, String, String, String)

Initializes a new instance of the EncryptionKeyVaultProperties class.

EncryptionKeyVaultProperties()

Initializes a new instance of the EncryptionKeyVaultProperties class.

public EncryptionKeyVaultProperties ();
Public Sub New ()

Applies to

EncryptionKeyVaultProperties(String, String, String, String, String)

Initializes a new instance of the EncryptionKeyVaultProperties class.

public EncryptionKeyVaultProperties (string keyName = default, string keyVersion = default, string keyVaultUrl = default, string keyState = default, string versionType = default);
new Microsoft.Azure.Management.Avs.Models.EncryptionKeyVaultProperties : string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.EncryptionKeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional keyVaultUrl As String = Nothing, Optional keyState As String = Nothing, Optional versionType As String = Nothing)

Parameters

keyName
String

The name of the key.

keyVersion
String

The version of the key.

keyVaultUrl
String

The URL of the vault.

keyState
String

The state of key provided. Possible values include: 'Connected', 'AccessDenied'

versionType
String

Property of the key if user provided or auto detected. Possible values include: 'Fixed', 'AutoDetected'

Applies to