FrontDoor.UpdateStages.WithFrontendEndpoints Interface

public static interface FrontDoor.UpdateStages.WithFrontendEndpoints

The stage of the FrontDoor update allowing to specify frontendEndpoints.

Method Summary

Modifier and Type Method and Description
abstract Update withFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints)

Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..

Method Details

withFrontendEndpoints

public abstract FrontDoor.Update withFrontendEndpoints(List frontendEndpoints)

Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..

Parameters:

frontendEndpoints - Frontend endpoints available to routing rules.

Returns:

the next definition stage.

Applies to