Partager via


DedicatedHostsOperationsExtensions.CreateOrUpdateAsync 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> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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 à