TagsOperations interface
タグ操作を表すインターフェース。
プロパティ
| get | 定義されたスコープで使用可能なすべてのタグ キーを取得する |
プロパティの詳細
get
定義されたスコープで使用可能なすべてのタグ キーを取得する
get: (scope: string, options?: TagsGetOptionalParams) => Promise<undefined | TagsResult>
プロパティ値
(scope: string, options?: TagsGetOptionalParams) => Promise<undefined | TagsResult>