Interface FrontDoor.UpdateStages.WithFrontendEndpoints
- All Known Subinterfaces:
FrontDoor.Update
- Enclosing interface:
- FrontDoor.UpdateStages
public static interface FrontDoor.UpdateStages.WithFrontendEndpoints
The stage of the FrontDoor update 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
Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..- Parameters:
frontendEndpoints- Frontend endpoints available to routing rules.- Returns:
- the next definition stage.
-