public static interface LoadBalancerInboundNatRule.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.Blank<ParentT>
The first stage of the inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithBackendPort<ParentT>
The stage of an inbound NAT rule definition allowing to specify the backend port.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>
The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFrontend<ParentT>
The stage of an inbound NAT rule definition allowing to specify a frontend for the rule to apply to.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFrontendPort<ParentT>
The stage of an inbound NAT rule definition allowing to specify the frontend port.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages.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.UpdateDefinitionStages.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.
*/