次の方法で共有


EntityQueryTemplates interface

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

メソッド

get(string, string, string, EntityQueryTemplatesGetOptionalParams)

エンティティ クエリを取得します。

list(string, string, EntityQueryTemplatesListOptionalParams)

すべてのエンティティ クエリ テンプレートを取得します。

メソッドの詳細

get(string, string, string, EntityQueryTemplatesGetOptionalParams)

エンティティ クエリを取得します。

function get(resourceGroupName: string, workspaceName: string, entityQueryTemplateId: string, options?: EntityQueryTemplatesGetOptionalParams): Promise<EntityQueryTemplateUnion>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

entityQueryTemplateId

string

エンティティ クエリ テンプレート ID

options
EntityQueryTemplatesGetOptionalParams

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

戻り値

list(string, string, EntityQueryTemplatesListOptionalParams)

すべてのエンティティ クエリ テンプレートを取得します。

function list(resourceGroupName: string, workspaceName: string, options?: EntityQueryTemplatesListOptionalParams): PagedAsyncIterableIterator<EntityQueryTemplateUnion, EntityQueryTemplateUnion[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

options
EntityQueryTemplatesListOptionalParams

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

戻り値