Поделиться через


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

Идентификатор шаблона запроса сущности

options
EntityQueryTemplatesGetOptionalParams

Параметры параметров.

Возвращаемое значение

list(string, string, EntityQueryTemplatesListOptionalParams)

Возвращает все шаблоны запросов сущностей.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

workspaceName

string

Имя рабочей области.

options
EntityQueryTemplatesListOptionalParams

Параметры параметров.

Возвращаемое значение