LoadBalancerProbe.Protocol 属性

 

获取或设置要用于检查虚拟机的可用性状态的协议。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public LoadBalancerProbeTransportProtocol Protocol { get; set; }
public:
property LoadBalancerProbeTransportProtocol Protocol {
    LoadBalancerProbeTransportProtocol get();
    void set(LoadBalancerProbeTransportProtocol value);
}
member Protocol : LoadBalancerProbeTransportProtocol with get, set
Public Property Protocol As LoadBalancerProbeTransportProtocol

属性值

Type: Microsoft.WindowsAzure.Management.Compute.Models.LoadBalancerProbeTransportProtocol

协议。

请参阅

LoadBalancerProbe 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首