IWithSourcePort.FromPortRanges(String[]) Method

Definition

Specifies the source port ranges to which this rule applies.

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate FromPortRanges (params string[] ranges);
abstract member FromPortRanges : string[] -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate
Public Function FromPortRanges (ParamArray ranges As String()) As IUpdate

Parameters

ranges
String[]

The starting port ranges.

Returns

Applies to