GalleryApplicationsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Create or update a gallery Application Definition.

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

Parameters

operations
IGalleryApplicationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the Shared Application Gallery in which the Application Definition is to be created.

galleryApplicationName
String

The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

galleryApplication
GalleryApplicationInner

Parameters supplied to the create or update gallery Application operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to