BatchClient.ListSupportedImages 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.
Lists the node agent SKUs matching the specified filter options.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSImageInformation> ListSupportedImages (Microsoft.Azure.Commands.Batch.BatchAccountContext context, string filterClause = default, int maxCount = 0, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListSupportedImages : Microsoft.Azure.Commands.Batch.BatchAccountContext * string * int * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> seq<Microsoft.Azure.Commands.Batch.Models.PSImageInformation>
Public Function ListSupportedImages (context As BatchAccountContext, Optional filterClause As String = Nothing, Optional maxCount As Integer = 0, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IEnumerable(Of PSImageInformation)
Parameters
- context
- BatchAccountContext
The account to use.
- filterClause
- String
The level of detail
- maxCount
- Int32
The number of results.
- additionalBehaviors
- IEnumerable<BatchClientBehavior>
Additional client behaviors to perform.
Returns
The node agent SKUs matching the specified filter.