public interface LoadBalancerInboundNatRule extends HasFrontend, HasBackendPort, HasProtocol<TransportProtocol>, HasFloatingIP, HasFrontendPort, HasInner<com.microsoft.azure.management.network.implementation.InboundNatRuleInner>, ChildResource<LoadBalancer>
Modifier and Type | Interface and Description |
---|---|
static interface |
LoadBalancerInboundNatRule.Definition<ParentT>
The entirety of an inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.DefinitionStages
Grouping of inbound NAT rule definition stages.
|
static interface |
LoadBalancerInboundNatRule.Update
The entirety of an inbound NAT rule update as part of a load balancer update.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinition<ParentT>
The entirety of an inbound NAT rule definition.
|
static interface |
LoadBalancerInboundNatRule.UpdateDefinitionStages
Grouping of inbound NAT rule definition stages as part of a load balancer update.
|
static interface |
LoadBalancerInboundNatRule.UpdateStages
Grouping of inbound NAT rule update stages.
|
Modifier and Type | Method and Description |
---|---|
String |
backendNetworkInterfaceId() |
String |
backendNicIPConfigurationName() |
int |
idleTimeoutInMinutes() |
frontend
backendPort
protocol
floatingIPEnabled
frontendPort
inner
key
String backendNicIPConfigurationName()
String backendNetworkInterfaceId()
int idleTimeoutInMinutes()
Copyright © 2019. All rights reserved.