共用方式為


DeletedVaultInner Constructors

Definition

Overloads

DeletedVaultInner()

Initializes a new instance of the DeletedVaultInner class.

DeletedVaultInner(String, String, String, DeletedVaultProperties)

Initializes a new instance of the DeletedVaultInner class.

DeletedVaultInner()

Initializes a new instance of the DeletedVaultInner class.

public DeletedVaultInner ();
Public Sub New ()

Applies to

DeletedVaultInner(String, String, String, DeletedVaultProperties)

Initializes a new instance of the DeletedVaultInner class.

public DeletedVaultInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultInner : string * string * string * Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultProperties -> Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultInner
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