ArmComputeScheduleModelFactory.GetOperationErrorsContent Method

Definition

This is the request to get errors per vm operations.

public static Azure.ResourceManager.ComputeSchedule.Models.GetOperationErrorsContent GetOperationErrorsContent(System.Collections.Generic.IEnumerable<string> operationIds = default);
static member GetOperationErrorsContent : seq<string> -> Azure.ResourceManager.ComputeSchedule.Models.GetOperationErrorsContent
Public Shared Function GetOperationErrorsContent (Optional operationIds As IEnumerable(Of String) = Nothing) As GetOperationErrorsContent

Parameters

operationIds
IEnumerable<String>

The list of operation ids to query errors of.

Returns

A new GetOperationErrorsContent instance for mocking.

Applies to