| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundNatRule.Definition<ParentT>
The entirety of an inbound NAT rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatRule.DefinitionStages.WithAttach<ParentT> |
InboundNatRule.DefinitionStages.WithFrontendPort.withFrontendPort(int port)
Specifies the frontend port.
|
InboundNatRule.DefinitionStages.WithAttach<ParentT> |
InboundNatRule.DefinitionStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes)
Specifies the idle connection timeout in minutes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/