public static interface LoadBalancerInboundNatRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.Blank<ParentT>
The first stage of the inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithAttach<ParentT>
The final stage of the inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>
The stage of an inbound NAT rule definition allowing to specify the backend port.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>
The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithFrontend<ParentT>
The stage of an inbound NAT rule definition allowing to specify a frontend for the rule to apply to.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithFrontendPort<ParentT>
The stage of an inbound NAT rule definition allowing to specify the frontend port.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
The stage of an inbound NAT rule definition allowing to specify the idle connection timeout for this inbound NAT rule.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages.WithProtocol<ParentT>
The stage of an inbound NAT rule definition allowing to specify the transport protocol.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/