public static interface NetworkSecurityRule.UpdateStages.WithSourcePort
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
fromAnyPort()
Makes this rule apply to any source port.
|
NetworkSecurityRule.Update |
fromPort(int port)
Specifies the source port to which this rule applies.
|
NetworkSecurityRule.Update |
fromPortRange(int from,
int to)
Specifies the source port range to which this rule applies.
|
NetworkSecurityRule.Update fromPort(int port)
port - the source port numberNetworkSecurityRule.Update fromAnyPort()
NetworkSecurityRule.Update fromPortRange(int from, int to)
from - the starting port numberto - the ending port number/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/