ParentT - the parent load balancer typepublic static interface LoadBalancingRule.UpdateDefinitionStages.WithProbe<ParentT>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.UpdateDefinitionStages.WithBackend<ParentT> |
withProbe(String name)
Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
|
LoadBalancingRule.UpdateDefinitionStages.WithBackend<ParentT> withProbe(String name)
name - the name of an existing HTTP or TCP probe/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/