ComputeBulkActionsExtensions.BulkListOperationErrorsAsync Method

Definition

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.

lookbackInMinutes
Nullable<Int32>

The number of minutes to look back for errors.

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.

Applies to