Interface RulesEngine.DefinitionStages.WithParentResource
- All Known Subinterfaces:
RulesEngine.Definition,RulesEngine.DefinitionStages.Blank
- Enclosing interface:
- RulesEngine.DefinitionStages
public static interface RulesEngine.DefinitionStages.WithParentResource
The stage of the RulesEngine definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingFrontDoor(String resourceGroupName, String frontDoorName) Specifies resourceGroupName, frontDoorName.
-
Method Details
-
withExistingFrontDoor
RulesEngine.DefinitionStages.WithCreate withExistingFrontDoor(String resourceGroupName, String frontDoorName) Specifies resourceGroupName, frontDoorName.- Parameters:
resourceGroupName- Name of the Resource group within the Azure subscription.frontDoorName- Name of the Front Door which is globally unique.- Returns:
- the next definition stage.
-