ComputeBulkActionsExtensions.BulkListOperationErrors Method

Definition

BulkListOperationErrors: List bulk operation errors for a resource group <item> Mocking. To mock this method, please mock BulkListOperationErrors(AzureLocation, Nullable<Int32>, CancellationToken) instead. </item>

public static Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult> BulkListOperationErrors(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, int? lookbackInMinutes = default, System.Threading.CancellationToken cancellationToken = default);
static member BulkListOperationErrors : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult>
<Extension()>
Public Function BulkListOperationErrors (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional lookbackInMinutes As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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