Share via


LoadBalancerProbe.Port Property

 

Gets or sets the port to use to inspect 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 int Port { get; set; }
public:
property int Port {
    int get();
    void set(int value);
}
member Port : int with get, set
Public Property Port As Integer

Property Value

Type: System.Int32

The port.

See Also

LoadBalancerProbe Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top