Interface LoadBalancerInboundNatPool.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HasBackendPort.DefinitionStages.WithBackendPort<LoadBalancerInboundNatPool.DefinitionStages.WithAttach<ParentT>>,HasFrontend.DefinitionStages.WithFrontend<LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>>,HasProtocol.DefinitionStages.WithProtocol<LoadBalancerInboundNatPool.DefinitionStages.WithFrontend<ParentT>,TransportProtocol>,LoadBalancerInboundNatPool.DefinitionStages.Blank<ParentT>,LoadBalancerInboundNatPool.DefinitionStages.WithAttach<ParentT>,LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatPool.DefinitionStages.WithFrontend<ParentT>,LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>,LoadBalancerInboundNatPool.DefinitionStages.WithProtocol<ParentT>
- Enclosing interface:
- LoadBalancerInboundNatPool
public static interface LoadBalancerInboundNatPool.Definition<ParentT> extends LoadBalancerInboundNatPool.DefinitionStages.Blank<ParentT>, LoadBalancerInboundNatPool.DefinitionStages.WithAttach<ParentT>, LoadBalancerInboundNatPool.DefinitionStages.WithProtocol<ParentT>, LoadBalancerInboundNatPool.DefinitionStages.WithFrontend<ParentT>, LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>, LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT>
The entirety of an inbound NAT pool definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendPort.DefinitionStages.WithBackendPort
toBackendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasFrontend.DefinitionStages.WithFrontend
fromExistingPublicIPAddress, fromExistingPublicIPAddress, fromExistingSubnet, fromExistingSubnet, fromExistingSubnet, fromFrontend, fromNewPublicIPAddress, fromNewPublicIPAddress, fromNewPublicIPAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange
fromFrontendPortRange
-
-