Freigeben über


DedicatedHostsOperationsExtensions.BeginUpdateAsync Methode

Definition

Aktualisieren sie einen dedizierten Host.

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

Parameter

operations
IDedicatedHostsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

hostGroupName
String

Der Name der dedizierten Hostgruppe.

hostName
String

Der Name des dedizierten Hosts .

parameters
DedicatedHostUpdate

Für den Vorgang Dedizierten Host aktualisieren bereitgestellte Parameter.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: