GalleriesOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Create or update a Shared Image Gallery.

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

Parameters

operations
IGalleriesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters.

gallery
Gallery

Parameters supplied to the create or update Shared Image Gallery operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to