MockableComputeBulkActionsSubscriptionResource.GetBulkCreateAsyncOperationStatusAsync 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.
Get the status of an async operation of a BulkCreate.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/bulkCreate/asyncOperations/{asyncOperationId}.
- Operation Id. : BulkCreate_GetAsyncOperationStatus.
- Default Api Version. : 2026-09-06-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>> GetBulkCreateAsyncOperationStatusAsync(Azure.Core.AzureLocation location, string asyncOperationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBulkCreateAsyncOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>>
override this.GetBulkCreateAsyncOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>>
Public Overridable Function GetBulkCreateAsyncOperationStatusAsync (location As AzureLocation, asyncOperationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationStatusResult))
Parameters
- location
- AzureLocation
The location name.
- asyncOperationId
- String
The async operation id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
asyncOperationId is null.
asyncOperationId is an empty string, and was expected to be non-empty.