Aracılığıyla paylaş


TrafficSelectorPolicy Constructors

Definition

Overloads

TrafficSelectorPolicy()

Initializes a new instance of the TrafficSelectorPolicy class.

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

Initializes a new instance of the TrafficSelectorPolicy class.

TrafficSelectorPolicy()

Initializes a new instance of the TrafficSelectorPolicy class.

public TrafficSelectorPolicy ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TrafficSelectorPolicy class.

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))

Parameters

localAddressRanges
IList<String>

A collection of local address spaces in CIDR format.

remoteAddressRanges
IList<String>

A collection of remote address spaces in CIDR format.

Applies to