ExtensionEndpointConfiguration.InternalEndpoint.Protocol Property
Required. Required for each internal endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.
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
See Also
ExtensionEndpointConfiguration.InternalEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top