Share via


VirtualMachineExtensionsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

The operation to create or update the extension.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineExtensionsOperations operations, string resourceGroupName, string vmName, string vmExtensionName, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionInner extensionParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineExtensionsOperations * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineExtensionInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IVirtualMachineExtensionsOperations, resourceGroupName As String, vmName As String, vmExtensionName As String, extensionParameters As VirtualMachineExtensionInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineExtensionInner)

Parameters

operations
IVirtualMachineExtensionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

vmName
String

The name of the virtual machine where the extension should be created or updated.

vmExtensionName
String

The name of the virtual machine extension.

extensionParameters
VirtualMachineExtensionInner

Parameters supplied to the Create Virtual Machine Extension operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to