public static interface LoadBalancer.UpdateStages.WithProbe
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
defineHttpProbe(String name)
Begins the definition of a new HTTP probe to add to the load balancer.
|
LoadBalancerTcpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
defineTcpProbe(String name)
Begins the definition of a new TCP probe to add to the load balancer.
|
LoadBalancerHttpProbe.Update |
updateHttpProbe(String name)
Begins the description of an update to an existing HTTP probe on this load balancer.
|
LoadBalancerTcpProbe.Update |
updateTcpProbe(String name)
Begins the description of an update to an existing TCP probe on this load balancer.
|
LoadBalancer.Update |
withoutProbe(String name)
Removes the specified probe from the load balancer, if present.
|
LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineHttpProbe(String name)
The definition must be completed with a call to Attachable.InDefinition.attach()
name - the name of the new probeLoadBalancerTcpProbe.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineTcpProbe(String name)
The definition must be completed with a call to Attachable.InDefinition.attach()
name - the name of the new probeLoadBalancer.Update withoutProbe(String name)
name - the name of the probe to removeLoadBalancerTcpProbe.Update updateTcpProbe(String name)
name - the name of the probe to updateLoadBalancerHttpProbe.Update updateHttpProbe(String name)
name - the name of the probe to update/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/