ComputeExtensions.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. <item> Mocking. To mock this method, please mock AcceptGallerySharingAsync(WaitUntil, AzureLocation, String, String, CancellationToken) instead. </item>
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> AcceptGallerySharingAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, string sharedGallerySubscriptionId, string sharedGalleryName, System.Threading.CancellationToken cancellationToken = default);
static member AcceptGallerySharingAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
<Extension()>
Public Function AcceptGallerySharingAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, sharedGallerySubscriptionId As String, sharedGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- 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
subscriptionResource is null.