C# Class Microsoft.Azure.Commands.Batch.Models.ListSubtaskOptions

Inheritance: Microsoft.Azure.Commands.Batch.Models.TaskOperationParameters
Datei anzeigen Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ListSubtaskOptions ( BatchAccountContext context, string jobId, string taskId, PSCloudTask task, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

ListSubtaskOptions() public method

public ListSubtaskOptions ( BatchAccountContext context, string jobId, string taskId, PSCloudTask task, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
jobId string
taskId string
task PSCloudTask
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch