| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProbeInner |
LoadBalancerProbesClient.get(String resourceGroupName,
String loadBalancerName,
String probeName)
Gets load balancer probe.
|
| Modifier and Type | Method and Description |
|---|---|
ProbeInner |
ProbeInner.withId(String id) |
ProbeInner |
ProbeInner.withIntervalInSeconds(Integer intervalInSeconds)
Set the intervalInSeconds property: The interval, in seconds, for how frequently to probe the endpoint for health
status.
|
ProbeInner |
ProbeInner.withName(String name)
Set the name property: The name of the resource that is unique within the set of probes used by the load
balancer.
|
ProbeInner |
ProbeInner.withNumberOfProbes(Integer numberOfProbes)
Set the numberOfProbes property: The number of probes where if no response, will result in stopping further
traffic from being delivered to the endpoint.
|
ProbeInner |
ProbeInner.withPort(Integer port)
Set the port property: The port for communicating the probe.
|
ProbeInner |
ProbeInner.withProtocol(ProbeProtocol protocol)
Set the protocol property: The protocol of the end point.
|
ProbeInner |
ProbeInner.withRequestPath(String requestPath)
Set the requestPath property: The URI used for requesting health status from the VM.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.