次の方法で共有


ImagesOperationsExtensions.List(IImagesOperations) メソッド

定義

サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 すべてのイメージをフェッチするには、nextLink が null になるまでこれを行います。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image> List (this Microsoft.Azure.Management.Compute.IImagesOperations operations);
static member List : Microsoft.Azure.Management.Compute.IImagesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function List (operations As IImagesOperations) As IPage(Of Image)

パラメーター

operations
IImagesOperations

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

戻り値

適用対象