NetworkSecurityRule.SourceAddressPrefix Property
Required. CIDR value of Source IP from which traffic is coming. You can specify star (*) to map all traffic or one of pre-defined TAGs
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string SourceAddressPrefix { get; set; }
public:
property String^ SourceAddressPrefix {
String^ get();
void set(String^ value);
}
member SourceAddressPrefix : string with get, set
Public Property SourceAddressPrefix As String
Property Value
Type: System.String
See Also
NetworkSecurityRule Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top