Share via


NetworkSecuritySetRuleParameters.DestinationAddressPrefix Property

 

Required. Gets or sets DestinationAddressPrefix. CIDR value of Destination 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 DestinationAddressPrefix { get; set; }
public:
property String^ DestinationAddressPrefix {
    String^ get();
    void set(String^ value);
}
member DestinationAddressPrefix : string with get, set
Public Property DestinationAddressPrefix As String

Property Value

Type: System.String

See Also

NetworkSecuritySetRuleParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top