ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT> |
fromFrontendPortRange(int from,
int to)
Specifies the frontend port range to receive network traffic from.
|
LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT> fromFrontendPortRange(int from, int to)
from - the starting port number, between 1 and 65534to - the ending port number, greater than the starting port number and no more than 65534Copyright © 2021 Microsoft Corporation. All rights reserved.