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

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

Public Methods

Method Description
NewPoolParameters ( BatchAccountContext context, string poolId, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

NewPoolParameters() public method

public NewPoolParameters ( BatchAccountContext context, string poolId, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
poolId string
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch