RulesEnginesOperations interface
Interface representing a RulesEngines operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
| delete | Deletes an existing Rules Engine Configuration with the specified parameters. |
| get | Gets a Rules Engine Configuration with the specified name within the specified Front Door. |
| list |
Lists all of the Rules Engine Configurations within a Front Door. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RulesEngine>, RulesEngine>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<RulesEngine>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => Promise<RulesEngine>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates a new Rules Engine Configuration with the specified name within the specified Front Door.
createOrUpdate: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RulesEngine>, RulesEngine>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, rulesEngineParameters: RulesEngine, options?: RulesEnginesCreateOrUpdateOptionalParams) => PollerLike<OperationState<RulesEngine>, RulesEngine>
delete
Deletes an existing Rules Engine Configuration with the specified parameters.
delete: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets a Rules Engine Configuration with the specified name within the specified Front Door.
get: (resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams) => Promise<RulesEngine>
Property Value
(resourceGroupName: string, frontDoorName: string, rulesEngineName: string, options?: RulesEnginesGetOptionalParams) => Promise<RulesEngine>
listByFrontDoor
Lists all of the Rules Engine Configurations within a Front Door.
listByFrontDoor: (resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams) => PagedAsyncIterableIterator<RulesEngine, RulesEngine[], PageSettings>
Property Value
(resourceGroupName: string, frontDoorName: string, options?: RulesEnginesListByFrontDoorOptionalParams) => PagedAsyncIterableIterator<RulesEngine, RulesEngine[], PageSettings>