Interface LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancer.DefinitionStages.WithBackend,LoadBalancer.DefinitionStages.WithCreate,LoadBalancer.DefinitionStages.WithFrontend,LoadBalancer.DefinitionStages.WithInboundNatRule,LoadBalancer.DefinitionStages.WithPrivateFrontend,LoadBalancer.DefinitionStages.WithProbe,LoadBalancer.DefinitionStages.WithPublicFrontend,LoadBalancer.DefinitionStages.WithSku,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<LoadBalancer.DefinitionStages.WithCreate>
- All Known Subinterfaces:
LoadBalancer.Definition
- Enclosing interface:
- LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule extends LoadBalancer.DefinitionStages.WithCreate, LoadBalancer.DefinitionStages.WithInboundNatRule
The stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithBackend
defineBackend
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithInboundNatRule
defineInboundNatRule
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithPrivateFrontend
definePrivateFrontend
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithProbe
defineHttpProbe, defineTcpProbe
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithPublicFrontend
definePublicFrontend
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.DefinitionStages.WithSku
withSku
-
-