MockableComputeSubscriptionResource.AcceptGallerySharingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accept sharing of a subscription-level shared gallery.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGallerySubscriptions/{sharedGallerySubscriptionId}/sharedGalleries/{sharedGalleryName}/accept.
- Operation Id. : SharedGalleryInvites_GallerySharingAccept.
- Default Api Version. : 2025-12-03.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> AcceptGallerySharingAsync(Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, string sharedGallerySubscriptionId, string sharedGalleryName, System.Threading.CancellationToken cancellationToken = default);
abstract member AcceptGallerySharingAsync : Azure.WaitUntil * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.AcceptGallerySharingAsync : Azure.WaitUntil * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function AcceptGallerySharingAsync (waitUntil As WaitUntil, location As AzureLocation, sharedGallerySubscriptionId As String, sharedGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
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.
- location
- AzureLocation
The name of the Azure region.
- sharedGallerySubscriptionId
- String
The name of the SharedGallerySubscription.
- sharedGalleryName
- String
The name of the SharedGallerySubscription.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
sharedGallerySubscriptionId or sharedGalleryName is null.
sharedGallerySubscriptionId or sharedGalleryName is an empty string, and was expected to be non-empty.