NetworkSecuritySetRuleParameters.Protocol 属性
必需。 获取或设置协议。 TCP、 UDP *。
命名空间: Microsoft.WindowsAzure.Management.Network.Models
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.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
请参阅
NetworkSecuritySetRuleParameters 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间
返回页首