Interface LoadBalancer.Update
-
- All Superinterfaces:
Appliable<LoadBalancer>,Indexable,LoadBalancer.UpdateStages.WithBackend,LoadBalancer.UpdateStages.WithInboundNatPool,LoadBalancer.UpdateStages.WithInboundNatRule,LoadBalancer.UpdateStages.WithLoadBalancingRule,LoadBalancer.UpdateStages.WithOutboundRule,LoadBalancer.UpdateStages.WithPrivateFrontend,LoadBalancer.UpdateStages.WithProbe,LoadBalancer.UpdateStages.WithPublicFrontend,Resource.UpdateWithTags<LoadBalancer.Update>
- Enclosing interface:
- LoadBalancer
public static interface LoadBalancer.Update extends Appliable<LoadBalancer>, Resource.UpdateWithTags<LoadBalancer.Update>, LoadBalancer.UpdateStages.WithProbe, LoadBalancer.UpdateStages.WithBackend, LoadBalancer.UpdateStages.WithLoadBalancingRule, LoadBalancer.UpdateStages.WithPublicFrontend, LoadBalancer.UpdateStages.WithPrivateFrontend, LoadBalancer.UpdateStages.WithOutboundRule, 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.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithBackend
defineBackend, updateBackend, withoutBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithInboundNatPool
defineInboundNatPool, updateInboundNatPool, withoutInboundNatPool
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithInboundNatRule
defineInboundNatRule, updateInboundNatRule, withoutInboundNatRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithLoadBalancingRule
defineLoadBalancingRule, updateLoadBalancingRule, withoutLoadBalancingRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithOutboundRule
defineOutboundRule, updateOutboundRule, withoutOutboundRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithPrivateFrontend
definePrivateFrontend, updatePrivateFrontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithProbe
defineHttpProbe, defineHttpsProbe, defineTcpProbe, updateHttpProbe, updateHttpsProbe, updateTcpProbe, withoutProbe
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancer.UpdateStages.WithPublicFrontend
definePublicFrontend, updatePublicFrontend, withoutFrontend
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
-