PoolOperations.ListSupportedImages メソッド

定義

Batch Service でサポートされているノード エージェント SKU 値を列挙します。

public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.ImageInformation> ListSupportedImages (Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.ListSupportedImages : Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.ImageInformation>
Public Function ListSupportedImages (Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of ImageInformation)

パラメーター

detailLevel
DetailLevel

DetailLevelリストのフィルター処理と、サービスから取得するプロパティの制御に使用される 。

additionalBehaviors
IEnumerable<BatchClientBehavior>

detailLevelの後の BatchClientBehavior Batch サービス要求に適用されるインスタンスのCustomBehaviorsコレクション。

戻り値

IPagedEnumerable<T>ノード エージェント SKU の値を非同期または同期的に列挙するために使用できる 。

適用対象