GraphQueryOperations interface
表示GraphQuery操作的接口。
属性
| create |
创建新的图形查询。 |
| delete | 删除图形查询。 |
| get | 按 resourceName 获取单个图形查询。 |
| list | 获取在指定订阅和资源组中定义的所有图形查询。 |
| list |
获取在指定订阅中定义的所有图形查询。 |
| update | 更新已添加的图形查询。 |
属性详细信息
createOrUpdate
创建新的图形查询。
createOrUpdate: (resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>
属性值
(resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>
delete
删除图形查询。
delete: (resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>
属性值
(resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>
get
按 resourceName 获取单个图形查询。
get: (resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>
属性值
(resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>
list
获取在指定订阅和资源组中定义的所有图形查询。
list: (resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>
属性值
(resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>
listBySubscription
获取在指定订阅中定义的所有图形查询。
listBySubscription: (options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>
属性值
(options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>
update
更新已添加的图形查询。
update: (resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>
属性值
(resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>