NetworkSecuritySetRuleParameters.Protocol Property
Required. Gets or sets Protocol. TCP, UDP, *.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.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
NetworkSecuritySetRuleParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top