ArmComputeBulkActionsModelFactory.GetBulkOperationStatusContent 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.
public static Azure.ResourceManager.Compute.BulkActions.Models.GetBulkOperationStatusContent GetBulkOperationStatusContent(System.Collections.Generic.IEnumerable<string> operationIds = default);
static member GetBulkOperationStatusContent : seq<string> -> Azure.ResourceManager.Compute.BulkActions.Models.GetBulkOperationStatusContent
Public Shared Function GetBulkOperationStatusContent (Optional operationIds As IEnumerable(Of String) = Nothing) As GetBulkOperationStatusContent
Parameters
- operationIds
- IEnumerable<String>
The list of operation ids to get the status of.
Returns
A new GetBulkOperationStatusContent instance for mocking.