Share via


SecretRestoreParameters Constructors

Definition

Overloads

SecretRestoreParameters()

Initializes a new instance of the SecretRestoreParameters class.

SecretRestoreParameters(Byte[])

Initializes a new instance of the SecretRestoreParameters class.

SecretRestoreParameters()

Source:
SecretRestoreParameters.cs

Initializes a new instance of the SecretRestoreParameters class.

public SecretRestoreParameters ();
Public Sub New ()

Applies to

SecretRestoreParameters(Byte[])

Source:
SecretRestoreParameters.cs

Initializes a new instance of the SecretRestoreParameters class.

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

Parameters

secretBundleBackup
Byte[]

The backup blob associated with a secret bundle.

Applies to