public final class ProbeProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProbeProtocol |
HTTP
Static value Http for ProbeProtocol.
|
static ProbeProtocol |
TCP
Static value Tcp for ProbeProtocol.
|
| Constructor and Description |
|---|
ProbeProtocol(String value)
Creates a custom value for ProbeProtocol.
|
public static final ProbeProtocol HTTP
public static final ProbeProtocol TCP
public ProbeProtocol(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.
*/