次の方法で共有


LocationOperationsExtensions.ListCachedImagesAsync メソッド

定義

キャッシュされたイメージの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>> ListCachedImagesAsync (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListCachedImagesAsync : Microsoft.Azure.Management.ContainerInstance.ILocationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>>
<Extension()>
Public Function ListCachedImagesAsync (operations As ILocationOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CachedImages))

パラメーター

operations
ILocationOperations

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

location
String

物理的な Azure の場所の識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

リージョン内のサブスクリプションの特定の OS の種類でキャッシュされたイメージの一覧を取得します。

適用対象