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)

public string DestinationAddressPrefix { get; set; }

Property Value

Type: System.String
Return to top
Show: