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

Inheritance: BatchClientParametersBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
NodeFileOperationParameters ( BatchAccountContext context, string jobId, string taskId, string poolId, string computeNodeId, string nodeFileName, PSNodeFile nodeFile, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

NodeFileOperationParameters() public method

public NodeFileOperationParameters ( BatchAccountContext context, string jobId, string taskId, string poolId, string computeNodeId, string nodeFileName, PSNodeFile nodeFile, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
jobId string
taskId string
poolId string
computeNodeId string
nodeFileName string
nodeFile PSNodeFile
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch