EntityQueries interface
EntityQueries を表すインターフェイス。
メソッド
| create |
エンティティ クエリを作成または更新します。 |
| delete(string, string, string, Entity |
エンティティ クエリを削除します。 |
| get(string, string, string, Entity |
エンティティ クエリを取得します。 |
| list(string, string, Entity |
すべてのエンティティ クエリを取得します。 |
メソッドの詳細
createOrUpdate(string, string, string, CustomEntityQueryUnion, EntityQueriesCreateOrUpdateOptionalParams)
エンティティ クエリを作成または更新します。
function createOrUpdate(resourceGroupName: string, workspaceName: string, entityQueryId: string, entityQuery: CustomEntityQueryUnion, options?: EntityQueriesCreateOrUpdateOptionalParams): Promise<EntityQueryUnion>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- entityQueryId
-
string
エンティティ クエリ ID
- entityQuery
- CustomEntityQueryUnion
作成または更新するエンティティクエリ
オプション パラメーター。
戻り値
Promise<EntityQueryUnion>
delete(string, string, string, EntityQueriesDeleteOptionalParams)
エンティティ クエリを削除します。
function delete(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- entityQueryId
-
string
エンティティ クエリ ID
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, EntityQueriesGetOptionalParams)
エンティティ クエリを取得します。
function get(resourceGroupName: string, workspaceName: string, entityQueryId: string, options?: EntityQueriesGetOptionalParams): Promise<EntityQueryUnion>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- entityQueryId
-
string
エンティティ クエリ ID
- options
- EntityQueriesGetOptionalParams
オプション パラメーター。
戻り値
Promise<EntityQueryUnion>
list(string, string, EntityQueriesListOptionalParams)
すべてのエンティティ クエリを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: EntityQueriesListOptionalParams): PagedAsyncIterableIterator<EntityQueryUnion, EntityQueryUnion[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- workspaceName
-
string
ワークスペースの名前。
- options
- EntityQueriesListOptionalParams
オプション パラメーター。