ParentT - the parent load balancer typepublic static interface InboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool.DefinitionStages.WithBackendPort<ParentT> |
withFrontendPortRange(int from,
int to)
Specifies the frontend port range.
|
InboundNatPool.DefinitionStages.WithBackendPort<ParentT> withFrontendPortRange(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 65534/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/