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