Share via


DedicatedHostsOperationsExtensions.CreateOrUpdateAsync Method

Definition

Create or update a dedicated host .

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)

Parameters

operations
IDedicatedHostsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

hostGroupName
String

The name of the dedicated host group.

hostName
String

The name of the dedicated host .

parameters
DedicatedHostInner

Parameters supplied to the Create Dedicated Host.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to