Freigeben über


InstancesOperationsExtensions.UpdateAsync Methode

Definition

Updates instance-Tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceUpdate.Models.Instance> UpdateAsync (this Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations operations, string resourceGroupName, string accountName, string instanceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.DeviceUpdate.IInstancesOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceUpdate.Models.Instance>
<Extension()>
Public Function UpdateAsync (operations As IInstancesOperations, resourceGroupName As String, accountName As String, instanceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Instance)

Parameter

operations
IInstancesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

accountName
String

Kontoname.

instanceName
String

Der Instanzname.

tags
IDictionary<String,String>

Liste der Schlüsselwertpaare, die die Ressource beschreiben. Dadurch werden die vorhandenen Tags überschrieben.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: