public static interface LoadBalancingRule.UpdateStages.WithProbe
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.Update |
withoutProbe()
Removes any association with a probe and falls back to Azure's default probing mechanism.
|
LoadBalancingRule.Update |
withProbe(String name)
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
|
LoadBalancingRule.Update withProbe(String name)
name - the name of an existing HTTP or TCP probeLoadBalancingRule.Update withoutProbe()
Copyright © 2021 Microsoft Corporation. All rights reserved.