Bagikan melalui


IWithProbe Interface

Definition

The stage of the load balancer update allowing to add, remove or modify probes.

public interface IWithProbe
type IWithProbe = interface
Public Interface IWithProbe
Derived

Methods

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().

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().

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().

UpdateHttpProbe(String)

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

UpdateHttpsProbe(String)

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

UpdateTcpProbe(String)

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

WithoutProbe(String)

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

Applies to