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

Inheritance: BatchClientParametersBase
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
RemoveComputeNodeParameters ( BatchAccountContext context, string poolId, string computeNodeIds, PSComputeNode computeNode, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

RemoveComputeNodeParameters() public method

public RemoveComputeNodeParameters ( BatchAccountContext context, string poolId, string computeNodeIds, PSComputeNode computeNode, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
poolId string
computeNodeIds string
computeNode PSComputeNode
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch