Share via


LoadBalancerProbe.Protocol Property

 

Gets or sets the protocol 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 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

Property Value

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

The protocol.

See Also

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

Return to top