EntityQueriesClient Interface
public interface EntityQueriesClient
An instance of this class provides access to all the operations defined in EntityQueriesClient.
Method Summary
Method Details
createOrUpdate
public abstract EntityQueryInner createOrUpdate(String resourceGroupName, String workspaceName, String entityQueryId, CustomEntityQuery entityQuery)
Creates or updates the entity query.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<EntityQueryInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String entityQueryId, CustomEntityQuery entityQuery, Context context)
Creates or updates the entity query.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String entityQueryId)
Delete the entity query.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String entityQueryId, Context context)
Delete the entity query.
Parameters:
Returns:
get
public abstract EntityQueryInner get(String resourceGroupName, String workspaceName, String entityQueryId)
Gets an entity query.
Parameters:
Returns:
getWithResponse
public abstract Response<EntityQueryInner> getWithResponse(String resourceGroupName, String workspaceName, String entityQueryId, Context context)
Gets an entity query.
Parameters:
Returns:
list
public abstract PagedIterable<EntityQueryInner> list(String resourceGroupName, String workspaceName)
Gets all entity queries.
Parameters:
Returns:
list
public abstract PagedIterable<EntityQueryInner> list(String resourceGroupName, String workspaceName, EntityQueriesKind kind, Context context)
Gets all entity queries.
Parameters:
Returns: