StorageAccountItem 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
StorageAccountItem() |
Initialisiert eine neue instance der StorageAccountItem-Klasse. |
StorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>) |
Initialisiert eine neue instance der StorageAccountItem-Klasse. |
StorageAccountItem()
- Quelle:
- StorageAccountItem.cs
Initialisiert eine neue instance der StorageAccountItem-Klasse.
public StorageAccountItem ();
Public Sub New ()
Gilt für:
StorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>)
- Quelle:
- StorageAccountItem.cs
Initialisiert eine neue instance der StorageAccountItem-Klasse.
public StorageAccountItem (string id = default, string resourceId = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.StorageAccountItem : string * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.StorageAccountItem
Public Sub New (Optional id As String = Nothing, Optional resourceId As String = Nothing, Optional attributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameter
- id
- String
Speicherbezeichner.
- resourceId
- String
Ressourcen-ID des Speicherkontos.
- attributes
- StorageAccountAttributes
Die Speicherkontoverwaltungsattribute.
- tags
- IDictionary<String,String>
Anwendungsspezifische Metadaten in Form von Schlüssel-Wert-Paaren.
Gilt für:
Azure SDK for .NET