EntityQueryTemplatesOperations interface

Interface representing a EntityQueryTemplates operations.

Properties

get

Gets an entity query.

list

Gets all entity query templates.

Property Details

get

Gets an entity query.

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

Property Value

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

list

Gets all entity query templates.

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

Property Value

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