ComputeBulkActionsExtensions.BulkListOperationErrors 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 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.
- 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.