EntityQueriesOperations interface
Interfaccia che rappresenta le operazioni di EntityQueries.
Proprietà
| create |
Crea o aggiorna la query di entità. |
| delete | Eliminare la query di entità. |
| get | Ottiene una query di entità. |
| list | Ottiene tutte le query di entità. |
Dettagli proprietà
createOrUpdate
Crea o aggiorna la query di entità.
createOrUpdate: (resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams) => Promise<EntityQueryUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams) => Promise<EntityQueryUnion>
delete
Eliminare la query di entità.
delete: (resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams) => Promise<void>
get
Ottiene una query di entità.
get: (resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams) => Promise<EntityQueryUnion>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams) => Promise<EntityQueryUnion>
list
Ottiene tutte le query di entità.
list: (resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams) => PagedAsyncIterableIterator<EntityQueryUnion, EntityQueryUnion[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams) => PagedAsyncIterableIterator<EntityQueryUnion, EntityQueryUnion[], PageSettings>