SecretRestoreParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.