IProxyConfig 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.
Represents a snapshot of proxy configuration data. These properties may be accessed multiple times and should not be modified.
public interface IProxyConfig
type IProxyConfig = interface
Public Interface IProxyConfig
Properties
ChangeToken |
A notification that triggers when this snapshot expires. |
Clusters |
Cluster information for where to proxy requests to. |
RevisionId |
A unique identifier for this revision of the configuration. |
Routes |
Routes matching requests to clusters. |