EntityQueryTemplates interface
EntityQueryTemplates を表すインターフェイス。
メソッド
| get(string, string, string, Entity |
エンティティ クエリを取得します。 |
| list(string, string, Entity |
すべてのエンティティ クエリ テンプレートを取得します。 |
メソッドの詳細
get(string, string, string, EntityQueryTemplatesGetOptionalParams)
エンティティ クエリを取得します。
function get(resourceGroupName: string, workspaceName: string, entityQueryTemplateId: string, options?: EntityQueryTemplatesGetOptionalParams): Promise<EntityQueryTemplateUnion>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- entityQueryTemplateId
-
string
エンティティ クエリ テンプレート ID
オプション パラメーター。
戻り値
Promise<EntityQueryTemplateUnion>
list(string, string, EntityQueryTemplatesListOptionalParams)
すべてのエンティティ クエリ テンプレートを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: EntityQueryTemplatesListOptionalParams): PagedAsyncIterableIterator<EntityQueryTemplateUnion, EntityQueryTemplateUnion[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
オプション パラメーター。