Freigeben über


DedicatedHostGroupsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren einer dedizierten Hostgruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> UpdateAsync (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations, string resourceGroupName, string hostGroupName, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroupUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function UpdateAsync (operations As IDedicatedHostGroupsOperations, resourceGroupName As String, hostGroupName As String, parameters As DedicatedHostGroupUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DedicatedHostGroup)

Parameter

operations
IDedicatedHostGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

hostGroupName
String

Der Name der dedizierten Hostgruppe.

parameters
DedicatedHostGroupUpdate

Für den Vorgang Dedizierte Hostgruppe aktualisieren bereitgestellte Parameter.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: