BatchClient.ListNodeAgentSkus Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSNodeAgentSku> ListNodeAgentSkus (Microsoft.Azure.Commands.Batch.BatchAccountContext context, string filterClause = default, int maxCount = 0, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListNodeAgentSkus : Microsoft.Azure.Commands.Batch.BatchAccountContext * string * int * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> seq<Microsoft.Azure.Commands.Batch.Models.PSNodeAgentSku>
Public Function ListNodeAgentSkus (context As BatchAccountContext, Optional filterClause As String = Nothing, Optional maxCount As Integer = 0, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IEnumerable(Of PSNodeAgentSku)

Parameters

filterClause
String
maxCount
Int32
additionalBehaviors
IEnumerable<BatchClientBehavior>

Returns

Applies to