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

IUpdate 接口

定义

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

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithInboundNatPool, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithInboundNatRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithLoadBalancingRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithOutboundRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithPrivateFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithPublicFrontend, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type IUpdate = interface
    interface IAppliable<ILoadBalancer>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithProbe
    interface IWithBackend
    interface IWithLoadBalancingRule
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
    interface IWithInboundNatRule
    interface IWithInboundNatPool
    interface IWithOutboundRule
Public Interface IUpdate
Implements IAppliable(Of ILoadBalancer), IUpdateWithTags(Of IUpdate), IWithBackend, IWithInboundNatPool, IWithInboundNatRule, IWithLoadBalancingRule, IWithOutboundRule, IWithPrivateFrontend, IWithProbe, IWithPublicFrontend
实现

属性

Key

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

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
DefineBackend(String)

在此负载均衡器更新过程中开始定义新后端。

(继承自 IWithBackend)
DefineHttpProbe(String)

开始定义要添加到负载均衡器的新 HTTP 探测。 定义必须通过调用 LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithProbe)
DefineHttpsProbe(String)

开始定义要添加到负载均衡器的新 HTTPS 探测。 定义必须通过调用 LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithProbe)
DefineInboundNatPool(String)

开始定义新的入站 NAT 池。

(继承自 IWithInboundNatPool)
DefineInboundNatRule(String)

开始定义新的入站 NAT 规则。 定义必须通过调用 LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithInboundNatRule)
DefineLoadBalancingRule(String)

开始定义要添加到负载均衡器的新负载均衡规则。

(继承自 IWithLoadBalancingRule)
DefineOutboundRule(String)

开始定义要添加到负载均衡器的新负载均衡器出站规则。

(继承自 IWithOutboundRule)
DefinePrivateFrontend(String)

开始更新内部负载均衡器前端。

(继承自 IWithPrivateFrontend)
DefinePublicFrontend(String)

开始更新负载均衡器前端。 定义必须通过调用 LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithPublicFrontend)
DefineTcpProbe(String)

开始定义要添加到负载均衡器的新 TCP 探测。 定义必须通过调用 LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach () 来完成。

(继承自 IWithProbe)
UpdateBackend(String)

开始描述对此负载均衡器的现有后端的更新。

(继承自 IWithBackend)
UpdateHttpProbe(String)

开始描述对此负载均衡器上的现有 HTTP 探测的更新。

(继承自 IWithProbe)
UpdateHttpsProbe(String)

开始描述对此负载均衡器上的现有 HTTPS 探测的更新。

(继承自 IWithProbe)
UpdateInboundNatPool(String)

开始对现有入站 NAT 池进行更新的说明。

(继承自 IWithInboundNatPool)
UpdateInboundNatRule(String)

开始对现有入站 NAT 规则的更新的说明。

(继承自 IWithInboundNatRule)
UpdateLoadBalancingRule(String)

开始描述对此负载均衡器上的现有负载均衡规则的更新。

(继承自 IWithLoadBalancingRule)
UpdateOutboundRule(String)

开始更新现有负载均衡器出站规则。

(继承自 IWithOutboundRule)
UpdatePrivateFrontend(String)

开始对现有内部前端的更新的说明。

(继承自 IWithPrivateFrontend)
UpdatePublicFrontend(String)

开始对现有面向 Internet 的前端的更新的说明。

(继承自 IWithPublicFrontend)
UpdateTcpProbe(String)

开始描述对此负载均衡器上的现有 TCP 探测的更新。

(继承自 IWithProbe)
WithoutBackend(String)

从负载均衡器中删除指定的后端。

(继承自 IWithBackend)
WithoutFrontend(String)

从负载均衡器中删除指定的前端。

(继承自 IWithPublicFrontend)
WithoutInboundNatPool(String)

从负载均衡器中删除指定的入站 NAT 池。

(继承自 IWithInboundNatPool)
WithoutInboundNatRule(String)

从负载均衡器中删除指定的入站 NAT 规则。

(继承自 IWithInboundNatRule)
WithoutLoadBalancingRule(String)

从负载均衡器中删除指定的负载均衡规则(如果存在)。

(继承自 IWithLoadBalancingRule)
WithoutOutboundRule(String)

从负载均衡器中删除指定的出站规则。

(继承自 IWithOutboundRule)
WithoutProbe(String)

从负载均衡器中删除指定的探测(如果存在)。

(继承自 IWithProbe)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)

适用于