次の方法で共有


Tags interface

タグを表すインターフェイス。

メソッド

get(string, TagsGetOptionalParams)

定義されたスコープで使用可能なすべてのタグ キーを取得する

メソッドの詳細

get(string, TagsGetOptionalParams)

定義されたスコープで使用可能なすべてのタグ キーを取得する

function get(scope: string, options?: TagsGetOptionalParams): Promise<TagsResult>

パラメーター

scope

string

タグ操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの '/subscriptionId}/{subscriptionId}/resourceGroups/{resourceGroupName}' が含まれます。 '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/{billingAccountId}/{departmentId}' for Department scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{EnrollmentAccount スコープの場合は enrollmentAccountId}'、管理グループ スコープの場合は '/providers/Microsoft.Management/managementGroups/{managementGroupId}' です。

options
TagsGetOptionalParams

オプション パラメーター。

戻り値

Promise<TagsResult>