ExtensionEndpointConfiguration.InternalEndpoint.Protocol 属性
必需。 对于每个内部终结点必需。 传输协议的终结点。 其值必须是以下值之一: tcp、 udp,http、 https。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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
属性值
Type: System.String
请参阅
ExtensionEndpointConfiguration.InternalEndpoint 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首