Partager via


TrafficSelectorPolicy Constructeurs

Définition

Surcharges

TrafficSelectorPolicy()

Initialise une nouvelle instance de la classe TrafficSelectorPolicy.

TrafficSelectorPolicy(IList<String>, IList<String>)

Initialise une nouvelle instance de la classe TrafficSelectorPolicy.

TrafficSelectorPolicy()

Initialise une nouvelle instance de la classe TrafficSelectorPolicy.

public TrafficSelectorPolicy ();
Public Sub New ()

S’applique à

TrafficSelectorPolicy(IList<String>, IList<String>)

Initialise une nouvelle instance de la classe TrafficSelectorPolicy.

public TrafficSelectorPolicy (System.Collections.Generic.IList<string> localAddressRanges, System.Collections.Generic.IList<string> remoteAddressRanges);
new Microsoft.Azure.Management.Network.Fluent.Models.TrafficSelectorPolicy : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.TrafficSelectorPolicy
Public Sub New (localAddressRanges As IList(Of String), remoteAddressRanges As IList(Of String))

Paramètres

localAddressRanges
IList<String>

Collection d’espaces d’adressage locaux au format CIDR.

remoteAddressRanges
IList<String>

Collection d’espaces d’adressage distants au format CIDR.

S’applique à