AccountUpdate 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
AccountUpdate() |
Initialisiert eine neue instance der AccountUpdate-Klasse. |
AccountUpdate(IDictionary<String,String>, String) |
Initialisiert eine neue instance der AccountUpdate-Klasse. |
AccountUpdate()
Initialisiert eine neue instance der AccountUpdate-Klasse.
public AccountUpdate ();
Public Sub New ()
Gilt für:
AccountUpdate(IDictionary<String,String>, String)
Initialisiert eine neue instance der AccountUpdate-Klasse.
public AccountUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default);
new Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.DeviceUpdate.Models.AccountUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing)
Parameter
- tags
- IDictionary<String,String>
Liste der Schlüsselwertpaare, die die Ressource beschreiben. Dadurch werden die vorhandenen Tags überschrieben.
- location
- String
Der geografische Standort, an dem sich die Ressource befindet
Gilt für:
Azure SDK for .NET