Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerTcpProbe.Update |
LoadBalancer.UpdateStages.WithProbe.updateTcpProbe(String name)
Begins the description of an update to an existing TCP probe on this load balancer.
|
LoadBalancerTcpProbe.Update |
LoadBalancerTcpProbe.UpdateStages.WithIntervalInSeconds.withIntervalInSeconds(int seconds)
Specifies the interval between probes, in seconds.
|
LoadBalancerTcpProbe.Update |
LoadBalancerTcpProbe.UpdateStages.WithNumberOfProbes.withNumberOfProbes(int probes)
Specifies the number of unsuccessful probes before failure is determined.
|
LoadBalancerTcpProbe.Update |
LoadBalancerTcpProbe.UpdateStages.WithPort.withPort(int port)
Specifies the port number to call for health monitoring.
|
Copyright © 2019. All rights reserved.