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)

public:
property String^ Path {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The relative path.

If Protocol is set to TCP, this value must be NULL.

Return to top
Show: