Delen via


KeyRestoreParameters Constructors

Definition

Overloads

KeyRestoreParameters()

Initializes a new instance of the KeyRestoreParameters class.

KeyRestoreParameters(Byte[])

Initializes a new instance of the KeyRestoreParameters class.

KeyRestoreParameters()

Source:
KeyRestoreParameters.cs

Initializes a new instance of the KeyRestoreParameters class.

public KeyRestoreParameters ();
Public Sub New ()

Applies to

KeyRestoreParameters(Byte[])

Source:
KeyRestoreParameters.cs

Initializes a new instance of the KeyRestoreParameters class.

public KeyRestoreParameters (byte[] keyBundleBackup);
new Microsoft.Azure.KeyVault.Models.KeyRestoreParameters : byte[] -> Microsoft.Azure.KeyVault.Models.KeyRestoreParameters
Public Sub New (keyBundleBackup As Byte())

Parameters

keyBundleBackup
Byte[]

The backup blob associated with a key bundle.

Applies to