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