LoadBalancerProbe.Path 属性
获取或设置要检查以确定虚拟机的可用性状态的相对路径。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
public string Path { get; set; }
public:
property String^ Path {
String^ get();
void set(String^ value);
}
member Path : string with get, set
Public Property Path As String
属性值
Type: System.String
相对路径中。
备注
如果将协议设置为 TCP, ,此值必须为 NULL。
请参阅
LoadBalancerProbe 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首