IUpdate Interface

Definition

The template for a load balancer update operation, containing all the settings that can be modified.

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
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
DefineBackend(String)

Begins the definition of a new backend as part of this load balancer update.

(Inherited from IWithBackend)
DefineHttpProbe(String)

Begins the definition of a new HTTP probe to add to the load balancer. The definition must be completed with a call to LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach().

(Inherited from IWithProbe)
DefineHttpsProbe(String)

Begins the definition of a new HTTPS probe to add to the load balancer. The definition must be completed with a call to LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach().

(Inherited from IWithProbe)
DefineInboundNatPool(String)

Begins the definition of a new inbound NAT pool.

(Inherited from IWithInboundNatPool)
DefineInboundNatRule(String)

Begins the definition of a new inbound NAT rule. The definition must be completed with a call to LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach().

(Inherited from IWithInboundNatRule)
DefineLoadBalancingRule(String)

Begins the definition of a new load balancing rule to add to the load balancer.

(Inherited from IWithLoadBalancingRule)
DefineOutboundRule(String)

Begins the definition of a new load balancer outbound rule to add to the load balancer.

(Inherited from IWithOutboundRule)
DefinePrivateFrontend(String)

Begins the update of an internal load balancer frontend.

(Inherited from IWithPrivateFrontend)
DefinePublicFrontend(String)

Begins the update of a load balancer frontend. The definition must be completed with a call to LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach.attach().

(Inherited from IWithPublicFrontend)
DefineTcpProbe(String)

Begins the definition of a new TCP probe to add to the load balancer. The definition must be completed with a call to LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach().

(Inherited from IWithProbe)
UpdateBackend(String)

Begins the description of an update to an existing backend of this load balancer.

(Inherited from IWithBackend)
UpdateHttpProbe(String)

Begins the description of an update to an existing HTTP probe on this load balancer.

(Inherited from IWithProbe)
UpdateHttpsProbe(String)

Begins the description of an update to an existing HTTPS probe on this load balancer.

(Inherited from IWithProbe)
UpdateInboundNatPool(String)

Begins the description of an update to an existing inbound NAT pool.

(Inherited from IWithInboundNatPool)
UpdateInboundNatRule(String)

Begins the description of an update to an existing inbound NAT rule.

(Inherited from IWithInboundNatRule)
UpdateLoadBalancingRule(String)

Begins the description of an update to an existing load balancing rule on this load balancer.

(Inherited from IWithLoadBalancingRule)
UpdateOutboundRule(String)

Begins the update to an existing load balancer outbound rule.

(Inherited from IWithOutboundRule)
UpdatePrivateFrontend(String)

Begins the description of an update to an existing internal frontend.

(Inherited from IWithPrivateFrontend)
UpdatePublicFrontend(String)

Begins the description of an update to an existing Internet-facing frontend.

(Inherited from IWithPublicFrontend)
UpdateTcpProbe(String)

Begins the description of an update to an existing TCP probe on this load balancer.

(Inherited from IWithProbe)
WithoutBackend(String)

Removes the specified backend from the load balancer.

(Inherited from IWithBackend)
WithoutFrontend(String)

Removes the specified frontend from the load balancer.

(Inherited from IWithPublicFrontend)
WithoutInboundNatPool(String)

Removes the specified inbound NAT pool from the load balancer.

(Inherited from IWithInboundNatPool)
WithoutInboundNatRule(String)

Removes the specified inbound NAT rule from the load balancer.

(Inherited from IWithInboundNatRule)
WithoutLoadBalancingRule(String)

Removes the specified load balancing rule from the load balancer, if present.

(Inherited from IWithLoadBalancingRule)
WithoutOutboundRule(String)

Removes the specified outbound rule from the load balancer.

(Inherited from IWithOutboundRule)
WithoutProbe(String)

Removes the specified probe from the load balancer, if present.

(Inherited from IWithProbe)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to