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

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
DedicatedHostInner

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à