NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>.fromPortRange(int from, int to) 方法
定义
Specifies the source port range to which this rule applies.
public WithDestinationAddress<ParentT> fromPortRange(int from, int to)
参数
- from
- int
the starting port number
- to
- int
the ending port number
返回
the next stage of the definition