PoolOperations.ListSupportedImages メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の値を非同期または同期的に列挙するために使用できる 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET