EntityQueriesOperations interface
Interface representing a EntityQueries operations.
Properties
| create |
Creates or updates the entity query. |
| delete | Delete the entity query. |
| get | Gets an entity query. |
| list | Gets all entity queries. |
Property Details
createOrUpdate
Creates or updates the entity query.
createOrUpdate: (resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams) => Promise<EntityQueryUnion>
Property Value
(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams) => Promise<EntityQueryUnion>
delete
Delete the entity query.
delete: (resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams) => Promise<void>
get
Gets an entity query.
get: (resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams) => Promise<EntityQueryUnion>
Property Value
(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams) => Promise<EntityQueryUnion>
list
Gets all entity queries.
list: (resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams) => PagedAsyncIterableIterator<EntityQueryUnion, EntityQueryUnion[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams) => PagedAsyncIterableIterator<EntityQueryUnion, EntityQueryUnion[], PageSettings>