Partager via


DedicatedHostsOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Créez ou mettez à jour un hôte dédié .

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

Paramètres

operations
IDedicatedHostsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

hostGroupName
String

Nom du groupe hôte dédié.

hostName
String

Nom de l’hôte dédié .

parameters
DedicatedHost

Paramètres fournis à créer un hôte dédié.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à