NetworkSecurityRule::DestinationAddressPrefix Property
Required. CIDR value of Destination IP from which traffic is coming. You can specify star (*) to map all traffic or one of pre-defined TAGs.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: property String^ DestinationAddressPrefix { String^ get(); void set(String^ value); }
Property Value
Type: System::String^
Show: