Share via


INetworkSecurityRule.DestinationAddressPrefixes Property

Definition

Gets the list of destination address prefixes the rule applies to, expressed using the CIDR notation in the format: "###.###.###.###/##", and "" means "any", or IP addresses.

public System.Collections.Generic.IReadOnlyList<string> DestinationAddressPrefixes { get; }
member this.DestinationAddressPrefixes : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property DestinationAddressPrefixes As IReadOnlyList(Of String)

Property Value

Applies to