Share via


KeyVaultProperties Constructors

Definition

Overloads

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties(String, String)

Initializes a new instance of the KeyVaultProperties class.

KeyVaultProperties()

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties ();
Public Sub New ()

Applies to

KeyVaultProperties(String, String)

Initializes a new instance of the KeyVaultProperties class.

public KeyVaultProperties (string keyIdentifier = default, string currentKeyIdentifier = default);
new Microsoft.Azure.Management.Media.Models.KeyVaultProperties : string * string -> Microsoft.Azure.Management.Media.Models.KeyVaultProperties
Public Sub New (Optional keyIdentifier As String = Nothing, Optional currentKeyIdentifier As String = Nothing)

Parameters

keyIdentifier
String

The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).

currentKeyIdentifier
String

The current key used to encrypt the Media Services account, including the key version.

Applies to