public static interface LoadBalancerInboundNatPool.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.Blank<ParentT>
The first stage of the inbound NAT pool definition.
|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.WithAttach<ParentT>
The final stage of the inbound NAT pool definition.
|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT>
The stage of an inbound NAT pool definition allowing to specify the backend port.
|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.WithFrontend<ParentT>
The stage of an inbound NAT pool definition allowing to specify the frontend for the inbound NAT rules in the
pool to apply to.
|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>
The stage of an inbound NAT pool definition allowing to specify the frontend port range.
|
static interface |
LoadBalancerInboundNatPool.DefinitionStages.WithProtocol<ParentT>
The stage of an inbound NAT pool definition allowing to specify the transport protocol for the pool to apply
to.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.