ArmComputeScheduleModelFactory.GetOperationErrorsContent 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.
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.