Share via


TagsOperationsExtensions.List(ITagsOperations) メソッド

定義

サブスクリプションでのタグの使用状況の概要を取得します。

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

パラメーター

operations
ITagsOperations

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

戻り値

注釈

この操作は、定義済みのタグ、リソース タグ、リソース グループ タグ、サブスクリプション タグの和集合を実行し、指定されたサブスクリプションの各タグ名と値の使用状況の概要を返します。 タグの数が多い場合、この操作は以前にキャッシュされた結果を返す可能性があります。

適用対象