Delen via


GalleryResource.UpdateSharingProfileAsync Method

Definition

Update sharing profile of a gallery.

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

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.

sharingUpdate
SharingUpdate

Parameters supplied to the update gallery sharing profile.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sharingUpdate is null.

Applies to