ComputeExtensions.AcceptTenantLevelGallerySharingAsync 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 tenant-level shared gallery. <item> Mocking. To mock this method, please mock AcceptTenantLevelGallerySharingAsync(WaitUntil, AzureLocation, String, String, CancellationToken) instead. </item>
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> AcceptTenantLevelGallerySharingAsync(this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, string sharedGallerySubscriptionId, string sharedGalleryName, System.Threading.CancellationToken cancellationToken = default);
static member AcceptTenantLevelGallerySharingAsync : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
<Extension()>
Public Function AcceptTenantLevelGallerySharingAsync (tenantResource As TenantResource, waitUntil As WaitUntil, location As AzureLocation, sharedGallerySubscriptionId As String, sharedGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
Parameters
- tenantResource
- TenantResource
The TenantResource 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 TenantLevelSharedGallerySubscription.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
tenantResource is null.