public final class MonitorProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static MonitorProtocol |
HTTP
Static value HTTP for MonitorProtocol.
|
static MonitorProtocol |
HTTPS
Static value HTTPS for MonitorProtocol.
|
static MonitorProtocol |
TCP
Static value TCP for MonitorProtocol.
|
| Constructor and Description |
|---|
MonitorProtocol(String value)
Creates a custom value for MonitorProtocol.
|
public static final MonitorProtocol HTTP
public static final MonitorProtocol HTTPS
public static final MonitorProtocol TCP
public MonitorProtocol(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/