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

Inheritance: BatchClientParametersBase
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

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

Method Details

RemoveComputeNodeParameters() public méthode

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
Résultat Microsoft.Azure.Batch