IAvailableDestinationsPolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Policy evaluating which destinations should be available for proxying requests to.
public interface IAvailableDestinationsPolicy
type IAvailableDestinationsPolicy = interface
Public Interface IAvailableDestinationsPolicy
Properties
Name |
Policy name. |
Methods
GetAvailalableDestinations(ClusterConfig, IReadOnlyList<DestinationState>) |
Reviews all given destinations and returns the ones available for proxying requests to. |