MockableComputeBulkActionsResourceGroupResource.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
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/locations/{location}/listBulkOperationErrors.
- Operation Id. : VirtualMachineBulkOperations_BulkListOperationErrors.
- Default Api Version. : 2026-08-06-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult> BulkListOperationErrors(Azure.Core.AzureLocation location, int? lookbackInMinutes = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkListOperationErrors : Azure.Core.AzureLocation * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult>
override this.BulkListOperationErrors : Azure.Core.AzureLocation * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationResult>
Public Overridable Function BulkListOperationErrors (location As AzureLocation, Optional lookbackInMinutes As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ComputeBulkOperationResult)
Parameters
- 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.