DeletedVault Constructors

Definition

Overloads

DeletedVault()

Initializes a new instance of the DeletedVault class.

DeletedVault(String, String, String, DeletedVaultProperties)

Initializes a new instance of the DeletedVault class.

DeletedVault()

Initializes a new instance of the DeletedVault class.

public DeletedVault ();
Public Sub New ()

Applies to

DeletedVault(String, String, String, DeletedVaultProperties)

Initializes a new instance of the DeletedVault class.

public DeletedVault (string id = default, string name = default, string type = default, Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Models.DeletedVault : string * string * string * Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties -> Microsoft.Azure.Management.KeyVault.Models.DeletedVault
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DeletedVaultProperties = Nothing)

Parameters

id
String

The resource ID for the deleted key vault.

name
String

The name of the key vault.

type
String

The resource type of the key vault.

properties
DeletedVaultProperties

Properties of the vault

Applies to