Share via


IWithRemotePort<ParentT>.WithRemotePorts(IList<Int32>) Method

Definition

Set the list of remote ports to be filtered on.

public Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<ParentT> WithRemotePorts (System.Collections.Generic.IList<int> ports);
abstract member WithRemotePorts : System.Collections.Generic.IList<int> -> Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<'ParentT>
Public Function WithRemotePorts (ports As IList(Of Integer)) As IDefinition(Of ParentT)

Parameters

ports
IList<Int32>

List of remote ports.

Returns

Applies to