public final class BastionConnectProtocol extends com.microsoft.rest.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 forpublic static Collection<BastionConnectProtocol> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/