次の方法で共有


IGalleryImage.ListVersionsAsync(CancellationToken) メソッド

定義

イメージのバージョンを一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>> ListVersionsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ListVersionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>>
Public Function ListVersionsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IGalleryImageVersion))

パラメーター

cancellationToken
CancellationToken

戻り値

適用対象