Vault Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Vault() |
Initialisiert eine neue instance der Vault-Klasse. |
Vault(String, String, String, String, String, IDictionary<String,String>, IdentityData, VaultProperties, Sku, SystemData) |
Initialisiert eine neue instance der Vault-Klasse. |
Vault()
Initialisiert eine neue instance der Vault-Klasse.
public Vault ();
Public Sub New ()
Gilt für:
Vault(String, String, String, String, String, IDictionary<String,String>, IdentityData, VaultProperties, Sku, SystemData)
Initialisiert eine neue instance der Vault-Klasse.
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)
Parameter
- location
- String
Ressourcenspeicherort
- id
- String
Die Ressourcen-ID stellt den vollständigen Pfad zur Ressource dar.
- name
- String
Ressourcenname, der der Ressource zugeordnet ist.
- type
- String
Der Ressourcentyp stellt den vollständigen Pfad des Formulars Namespace/ResourceType/ResourceType/...
- etag
- String
Optionales ETag.
- tags
- IDictionary<String,String>
Ressourcentags.
- identity
- IdentityData
- properties
- VaultProperties
- sku
- Sku
- systemData
- SystemData
Gilt für:
Azure SDK for .NET