Interface FrontDoor.DefinitionStages.WithFrontendEndpoints
- All Known Subinterfaces:
FrontDoor.Definition,FrontDoor.DefinitionStages.WithCreate
- Enclosing interface:
- FrontDoor.DefinitionStages
public static interface FrontDoor.DefinitionStages.WithFrontendEndpoints
The stage of the FrontDoor definition allowing to specify frontendEndpoints.
-
Method Summary
Modifier and TypeMethodDescriptionwithFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..
-
Method Details
-
withFrontendEndpoints
FrontDoor.DefinitionStages.WithCreate withFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..- Parameters:
frontendEndpoints- Frontend endpoints available to routing rules.- Returns:
- the next definition stage.
-