ArmComputeScheduleModelFactory.GetOperationStatusContent Method

Definition

This is the request to get operation status using operationids.

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

Parameters

operationIds
IEnumerable<String>

The list of operation ids to get the status of.

correlationId
String

CorrelationId item.

Returns

A new GetOperationStatusContent instance for mocking.

Applies to