public static interface LoadBalancer.DefinitionStages.WithProbe
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
defineHttpProbe(String name)
Begins the definition of a new HTTP probe to add to the load balancer.
|
LoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
defineHttpsProbe(String name)
Begins the definition of a new HTTPS probe to add to the load balancer.
|
LoadBalancerTcpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
defineTcpProbe(String name)
Begins the definition of a new TCP probe to add to the load balancer.
|
LoadBalancerTcpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> defineTcpProbe(String name)
name - the name of the probeLoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> defineHttpProbe(String name)
name - the name of the probeLoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> defineHttpsProbe(String name)
name - the name of the probe/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/