IWithLocalPort<ParentT>.WithLocalPorts(IList<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the list of local ports to be filtered on.
public Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<ParentT> WithLocalPorts (System.Collections.Generic.IList<int> ports);
abstract member WithLocalPorts : System.Collections.Generic.IList<int> -> Microsoft.Azure.Management.Network.Fluent.PCFilter.Definition.IDefinition<'ParentT>
Public Function WithLocalPorts (ports As IList(Of Integer)) As IDefinition(Of ParentT)
Parameters
- ports
- System.Collections.Generic.IList<System.Int32>
List of local ports.