GraphQueryOperations interface

Interface representando uma operação GraphQuery.

Propriedades

createOrUpdate

Crie uma nova consulta de gráfico.

delete

Excluir uma consulta de gráfico.

get

Obtenha uma única consulta de gráfico por seu resourceName.

list

Obtenha todas as consultas de gráfico definidas dentro de uma assinatura especificada e grupo de recursos.

listBySubscription

Obtenha todas as consultas de gráfico definidas em uma assinatura especificada.

update

Atualiza uma consulta de gráfico que já foi adicionada.

Detalhes de Propriedade

createOrUpdate

Crie uma nova consulta de gráfico.

createOrUpdate: (resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>

Valor de Propriedade

(resourceGroupName: string, resourceName: string, properties: GraphQueryResource, options?: GraphQueryCreateOrUpdateOptionalParams) => Promise<GraphQueryResource>

delete

Excluir uma consulta de gráfico.

delete: (resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, resourceName: string, options?: GraphQueryDeleteOptionalParams) => Promise<void>

get

Obtenha uma única consulta de gráfico por seu resourceName.

get: (resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>

Valor de Propriedade

(resourceGroupName: string, resourceName: string, options?: GraphQueryGetOptionalParams) => Promise<GraphQueryResource>

list

Obtenha todas as consultas de gráfico definidas dentro de uma assinatura especificada e grupo de recursos.

list: (resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, options?: GraphQueryListOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

listBySubscription

Obtenha todas as consultas de gráfico definidas em uma assinatura especificada.

listBySubscription: (options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

Valor de Propriedade

(options?: GraphQueryListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<GraphQueryResource, GraphQueryResource[], PageSettings>

update

Atualiza uma consulta de gráfico que já foi adicionada.

update: (resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>

Valor de Propriedade

(resourceGroupName: string, resourceName: string, body: GraphQueryUpdateParameters, options?: GraphQueryUpdateOptionalParams) => Promise<GraphQueryResource>