BatchClient.ListNodeAgentSkus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- BatchAccountContext
- filterClause
- String
- maxCount
- Int32
- additionalBehaviors
- IEnumerable<BatchClientBehavior>