EntityQueryTemplates interface
Interface representing a EntityQueryTemplates.
Methods
get(string, string, string, Entity |
Gets an entity query. |
list(string, string, Entity |
Gets all entity query templates. |
Method Details
get(string, string, string, EntityQueryTemplatesGetOptionalParams)
Gets an entity query.
function get(resourceGroupName: string, workspaceName: string, entityQueryTemplateId: string, options?: EntityQueryTemplatesGetOptionalParams): Promise<EntityQueryTemplateUnion>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- entityQueryTemplateId
-
string
entity query template ID
The options parameters.
Returns
Promise<EntityQueryTemplateUnion>
list(string, string, EntityQueryTemplatesListOptionalParams)
Gets all entity query templates.
function list(resourceGroupName: string, workspaceName: string, options?: EntityQueryTemplatesListOptionalParams): PagedAsyncIterableIterator<EntityQueryTemplateUnion, EntityQueryTemplateUnion[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
The options parameters.
Returns
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript