VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.Protocol Property

 

Gets or sets the protocol to use for the endpoint.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string Protocol { get; set; }
public:
property String^ Protocol {
    String^ get();
    void set(String^ value);
}
member Protocol : string with get, set
Public Property Protocol As String

Property Value

Type: System.String

The protocol.

Remarks

A unique Port and Protocol combination must be specified for each input endpoint in the set.

Possible values are:

  • UDP

  • TCP

See Also

VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top