你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.ListSupportedImages Method

Definition

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.

Applies to