次の方法で共有


AccountOperationsExtensions.ListSupportedImages メソッド

定義

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation> ListSupportedImages (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions accountListSupportedImagesOptions = default);
static member ListSupportedImages : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>
<Extension()>
Public Function ListSupportedImages (operations As IAccountOperations, Optional accountListSupportedImagesOptions As AccountListSupportedImagesOptions = Nothing) As IPage(Of ImageInformation)

パラメーター

operations
IAccountOperations

この拡張メソッドの操作グループ。

accountListSupportedImagesOptions
AccountListSupportedImagesOptions

操作の追加パラメーター

戻り値

適用対象