BackupSecretResult Constructors

Definition

Overloads

BackupSecretResult()

Initializes a new instance of the BackupSecretResult class.

BackupSecretResult(Byte[])

Initializes a new instance of the BackupSecretResult class.

BackupSecretResult()

Source:
BackupSecretResult.cs

Initializes a new instance of the BackupSecretResult class.

public BackupSecretResult ();
Public Sub New ()

Applies to

BackupSecretResult(Byte[])

Source:
BackupSecretResult.cs

Initializes a new instance of the BackupSecretResult class.

public BackupSecretResult (byte[] value = default);
new Microsoft.Azure.KeyVault.Models.BackupSecretResult : byte[] -> Microsoft.Azure.KeyVault.Models.BackupSecretResult
Public Sub New (Optional value As Byte() = Nothing)

Parameters

value
Byte[]

The backup blob containing the backed up secret.

Applies to