Freigeben über


DedicatedHostGroupsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer dedizierten Hostgruppe. Ausführliche Informationen zu dedizierten Host- und Dedizierten Hostgruppen finden Sie in der [Dokumentation zu dedizierten Hosts] (https://go.microsoft.com/fwlink/?linkid=2082596)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations operations, string resourceGroupName, string hostGroupName, Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.IDedicatedHostGroupsOperations * string * string * Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.DedicatedHostGroup>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDedicatedHostGroupsOperations, resourceGroupName As String, hostGroupName As String, parameters As DedicatedHostGroup, 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
DedicatedHostGroup

Parameter, die für die Create Dedicated Host Group (Dedizierte Hostgruppe erstellen) bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: