Uses of Class
com.microsoft.azure.management.network.BastionConnectProtocol
Packages that use BastionConnectProtocol
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of BastionConnectProtocol in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as BastionConnectProtocolModifier and TypeFieldDescriptionstatic final BastionConnectProtocol
BastionConnectProtocol.RDP
Static value RDP for BastionConnectProtocol.static final BastionConnectProtocol
BastionConnectProtocol.SSH
Static value SSH for BastionConnectProtocol.Methods in com.microsoft.azure.management.network that return BastionConnectProtocolModifier and TypeMethodDescriptionstatic BastionConnectProtocol
BastionConnectProtocol.fromString
(String name) Creates or finds a BastionConnectProtocol from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type BastionConnectProtocolModifier and TypeMethodDescriptionstatic Collection<BastionConnectProtocol>
BastionConnectProtocol.values()