Interface LoadBalancer.Update
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancer.UpdateStages.WithBackend,LoadBalancer.UpdateStages.WithInboundNatPool,LoadBalancer.UpdateStages.WithInboundNatRule,LoadBalancer.UpdateStages.WithLoadBalancingRule,LoadBalancer.UpdateStages.WithPrivateFrontend,LoadBalancer.UpdateStages.WithProbe,LoadBalancer.UpdateStages.WithPublicFrontend,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<LoadBalancer.Update>
- Enclosing interface:
- LoadBalancer
public static interface LoadBalancer.Update extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<LoadBalancer>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<LoadBalancer.Update>, LoadBalancer.UpdateStages.WithProbe, LoadBalancer.UpdateStages.WithBackend, LoadBalancer.UpdateStages.WithLoadBalancingRule, LoadBalancer.UpdateStages.WithPublicFrontend, LoadBalancer.UpdateStages.WithPrivateFrontend, LoadBalancer.UpdateStages.WithInboundNatRule, LoadBalancer.UpdateStages.WithInboundNatPool
The template for a load balancer update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithBackend
defineBackend, updateBackend, withoutBackend
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatPool
defineInboundNatPool, updateInboundNatPool, withoutInboundNatPool
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatRule
defineInboundNatRule, updateInboundNatRule, withoutInboundNatRule
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithLoadBalancingRule
defineLoadBalancingRule, updateLoadBalancingRule, withoutLoadBalancingRule
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPrivateFrontend
definePrivateFrontend, updatePrivateFrontend
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe
defineHttpProbe, defineTcpProbe, updateHttpProbe, updateTcpProbe, withoutProbe
-
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPublicFrontend
definePublicFrontend, updatePublicFrontend, withoutFrontend
-
-