你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LoadBalancer.Update 接口

public interface Update extends Appliable,Resource.UpdateWithTags,LoadBalancer.UpdateStages.WithProbe,LoadBalancer.UpdateStages.WithBackend,LoadBalancer.UpdateStages.WithLoadBalancingRule,LoadBalancer.UpdateStages.WithPublicFrontend,LoadBalancer.UpdateStages.WithPrivateFrontend,LoadBalancer.UpdateStages.WithInboundNatRule,LoadBalancer.UpdateStages.WithInboundNatPool

负载均衡器更新操作的模板,包含可修改的所有设置。

继承成员

Appliable<T>.apply() Appliable<T>.applyAsync() Appliable<T>.applyAsync(final ServiceCallback<T> callback) LoadBalancer.UpdateStages.WithBackend.defineBackend(String name) LoadBalancer.UpdateStages.WithProbe.defineHttpProbe(String name) LoadBalancer.UpdateStages.WithInboundNatPool.defineInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.defineInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.defineLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithPrivateFrontend.definePrivateFrontend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.definePublicFrontend(String name) LoadBalancer.UpdateStages.WithProbe.defineTcpProbe(String name) Indexable.key() LoadBalancer.UpdateStages.WithBackend.updateBackend(String name) LoadBalancer.UpdateStages.WithProbe.updateHttpProbe(String name) LoadBalancer.UpdateStages.WithInboundNatPool.updateInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.updateInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.updateLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithPrivateFrontend.updatePrivateFrontend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.updatePublicFrontend(String name) LoadBalancer.UpdateStages.WithProbe.updateTcpProbe(String name) LoadBalancer.UpdateStages.WithBackend.withoutBackend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.withoutFrontend(String name) LoadBalancer.UpdateStages.WithInboundNatPool.withoutInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.withoutInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.withoutLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithProbe.withoutProbe(String name) Resource.UpdateWithTags<T>.withoutTag(String key) Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)

适用于