PatchVault Constructors

Definition

Overloads

PatchVault()

Initializes a new instance of the PatchVault class.

PatchVault(String, String, String, String, String, IDictionary<String,String>, VaultProperties, Sku, IdentityData)

Initializes a new instance of the PatchVault class.

PatchVault()

Initializes a new instance of the PatchVault class.

public PatchVault ();
Public Sub New ()

Applies to

PatchVault(String, String, String, String, String, IDictionary<String,String>, VaultProperties, Sku, IdentityData)

Initializes a new instance of the PatchVault class.

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

Parameters

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.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

properties
VaultProperties
sku
Sku
identity
IdentityData

Applies to