次の方法で共有


ISupportsListingByTag<T>.ListByTagAsync メソッド

定義

指定したタグを持つすべてのリソースを一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByTagAsync (string tagName, string tagValue, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByTagAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByTagAsync (tagName As String, tagValue As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))

パラメーター

tagName
String

タグの名前をキーとして

tagValue
String

tag の値

loadAllPages
Boolean
cancellationToken
CancellationToken

cancellationToken のキャンセル トークン

戻り値

適用対象