LoadBalancerProbe.Path Property
Gets or sets the relative path to inspect to determine the availability status of the Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
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
Property Value
Type: System.String
The relative path.
Remarks
If Protocol is set to TCP, this value must be NULL.
See Also
LoadBalancerProbe Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top