ComputeBulkActionsExtensions.BulkListOperationErrorsAsync 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.
BulkListOperationErrors: List bulk operation errors for a resource group <item> Mocking. To mock this method, please mock BulkListOperationErrorsAsync(AzureLocation, Nullable<Int32>, CancellationToken) instead. </item>
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult> BulkListOperationErrorsAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, int? lookbackInMinutes = default, System.Threading.CancellationToken cancellationToken = default);
static member BulkListOperationErrorsAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult>
<Extension()>
Public Function BulkListOperationErrorsAsync (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional lookbackInMinutes As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ComputeBulkOperationResult)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- location
- AzureLocation
The location name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ComputeBulkOperationResult that may take multiple service requests to iterate over.
Exceptions
resourceGroupResource is null.