RulesEnginesOperations interface

Interface representando operações de um RulesEngine.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Cria uma nova Configuração do Mecanismo de Regras com o nome especificado dentro da Porta Frontal especificada.

delete

Exclui uma Configuração do Mecanismo de Regras existente com os parâmetros especificados.

get

Obtém uma Configuração do Mecanismo de Regras com o nome especificado dentro da Porta Frontal especificada.

listByFrontDoor

Lista todas as configurações do mecanismo de regras dentro de uma porta frontal.

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<RulesEngine>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<RulesEngine>

beginDelete

Aviso

Esta API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<void>

createOrUpdate

Cria uma nova Configuração do Mecanismo de Regras com o nome especificado dentro da Porta Frontal especificada.

createOrUpdate: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RulesEngine>, RulesEngine>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RulesEngine>, RulesEngine>

delete

Exclui uma Configuração do Mecanismo de Regras existente com os parâmetros especificados.

delete: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtém uma Configuração do Mecanismo de Regras com o nome especificado dentro da Porta Frontal especificada.

get: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams) => Promise<RulesEngine>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams) => Promise<RulesEngine>

listByFrontDoor

Lista todas as configurações do mecanismo de regras dentro de uma porta frontal.

listByFrontDoor: (resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams) => PagedAsyncIterableIterator<RulesEngine, RulesEngine[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams) => PagedAsyncIterableIterator<RulesEngine, RulesEngine[], PageSettings>