Share via


GalleryResource.UpdateSharingProfile 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.SharingUpdate> UpdateSharingProfile (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.SharingUpdate sharingUpdate, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSharingProfile : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.SharingUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.SharingUpdate>
override this.UpdateSharingProfile : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.SharingUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.Models.SharingUpdate>
Public Overridable Function UpdateSharingProfile (waitUntil As WaitUntil, sharingUpdate As SharingUpdate, Optional cancellationToken As CancellationToken = Nothing) As 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