Delen via


GalleryResource.UpdateAsync Method

Definition

Update a Shared Image Gallery.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}
  • Operation Id: Galleries_Update
  • Default Api Version: 2023-07-03
  • Resource: GalleryResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.GalleryPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.GalleryPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.GalleryPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As GalleryPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of GalleryResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

patch
GalleryPatch

Parameters supplied to the update Shared Image Gallery operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to