你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LoadBalancingRule 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
LoadBalancingRule() |
初始化 LoadBalancingRule 类的新实例。 |
LoadBalancingRule(Int32, Int32, String, String, Nullable<Int32>, String) |
初始化 LoadBalancingRule 类的新实例。 |
LoadBalancingRule()
初始化 LoadBalancingRule 类的新实例。
public LoadBalancingRule ();
Public Sub New ()
适用于
LoadBalancingRule(Int32, Int32, String, String, Nullable<Int32>, String)
初始化 LoadBalancingRule 类的新实例。
public LoadBalancingRule (int frontendPort, int backendPort, string protocol, string probeProtocol, int? probePort = default, string probeRequestPath = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule : int * int * string * string * Nullable<int> * string -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule
Public Sub New (frontendPort As Integer, backendPort As Integer, protocol As String, probeProtocol As String, Optional probePort As Nullable(Of Integer) = Nothing, Optional probeRequestPath As String = Nothing)
参数
- frontendPort
- Int32
外部终结点的端口。 每个规则的端口号在负载均衡器中必须是唯一的。 可接受的值介于 1 和 65534 之间。
- backendPort
- Int32
用于在终结点上建立内部连接的端口。 可接受的值介于 1 和 65535 之间。
- protocol
- String
对负载均衡规则使用的传输协议的引用。 可能的值包括:“tcp”、“udp”
- probeProtocol
- String
对负载均衡规则使用的负载均衡器探测的引用。 可能的值包括:“tcp”、“http”、“https”
- probeRequestPath
- String
探测请求路径。 仅 HTTP/HTTPS 探测支持。