Vault Constructors

Definition

Overloads

Vault()

Initializes a new instance of the Vault class.

Vault(String, String, String, String, String, IDictionary<String,String>, IdentityData, VaultProperties, Sku, SystemData)

Initializes a new instance of the Vault class.

Vault()

Initializes a new instance of the Vault class.

public Vault ();
Public Sub New ()

Applies to

Vault(String, String, String, String, String, IDictionary<String,String>, IdentityData, VaultProperties, Sku, SystemData)

Initializes a new instance of the Vault class.

public Vault (string location, string id = default, string name = default, string type = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.RecoveryServices.Models.IdentityData identity = default, Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties properties = default, Microsoft.Azure.Management.RecoveryServices.Models.Sku sku = default, Microsoft.Azure.Management.RecoveryServices.Models.SystemData systemData = default);
new Microsoft.Azure.Management.RecoveryServices.Models.Vault : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.RecoveryServices.Models.IdentityData * Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties * Microsoft.Azure.Management.RecoveryServices.Models.Sku * Microsoft.Azure.Management.RecoveryServices.Models.SystemData -> Microsoft.Azure.Management.RecoveryServices.Models.Vault
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As IdentityData = Nothing, Optional properties As VaultProperties = Nothing, Optional sku As Sku = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

Resource location.

id
String

Resource Id represents the complete path to the resource.

name
String

Resource name associated with the resource.

type
String

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

etag
String

Optional ETag.

tags
IDictionary<String,String>

Resource tags.

identity
IdentityData
properties
VaultProperties
sku
Sku
systemData
SystemData

Applies to