Share via


SourceVault Constructors

Definition

Overloads

SourceVault()

Initializes a new instance of the SourceVault class.

SourceVault(String)

Initializes a new instance of the SourceVault class.

SourceVault()

Initializes a new instance of the SourceVault class.

public SourceVault ();
Public Sub New ()

Applies to

SourceVault(String)

Initializes a new instance of the SourceVault class.

public SourceVault (string id = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault : string -> Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Resource Id

Applies to