public final class ProbeProtocol extends com.azure.core.util.ExpandableStringEnum<ProbeProtocol>
| Modifier and Type | Field and Description |
|---|---|
static ProbeProtocol |
HTTP
Static value Http for ProbeProtocol.
|
static ProbeProtocol |
HTTPS
Static value Https for ProbeProtocol.
|
static ProbeProtocol |
TCP
Static value Tcp for ProbeProtocol.
|
| Constructor and Description |
|---|
ProbeProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static ProbeProtocol |
fromString(String name)
Creates or finds a ProbeProtocol from its string representation.
|
static Collection<ProbeProtocol> |
values() |
public static final ProbeProtocol HTTP
public static final ProbeProtocol TCP
public static final ProbeProtocol HTTPS
public static ProbeProtocol fromString(String name)
name - a name to look for.public static Collection<ProbeProtocol> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.