Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static MonitorProtocol |
MonitorProtocol.HTTP
Static value HTTP for MonitorProtocol.
|
static MonitorProtocol |
MonitorProtocol.HTTPS
Static value HTTPS for MonitorProtocol.
|
static MonitorProtocol |
MonitorProtocol.TCP
Static value TCP for MonitorProtocol.
|
Modifier and Type | Method and Description |
---|---|
static MonitorProtocol |
MonitorProtocol.fromString(String name)
Creates or finds a MonitorProtocol from its string representation.
|
MonitorProtocol |
MonitorConfig.protocol()
Get the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
|
Modifier and Type | Method and Description |
---|---|
static Collection<MonitorProtocol> |
MonitorProtocol.values() |
Modifier and Type | Method and Description |
---|---|
MonitorConfig |
MonitorConfig.withProtocol(MonitorProtocol protocol)
Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
|
Copyright © 2019. All rights reserved.