Class AzureConnectionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureConnectionType>
com.azure.resourcemanager.cosmos.models.AzureConnectionType
public final class AzureConnectionType
extends com.azure.core.util.ExpandableStringEnum<AzureConnectionType>
How to connect to the azure services needed for running the cluster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AzureConnectionTypeStatic value None for AzureConnectionType.static final AzureConnectionTypeStatic value VPN for AzureConnectionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureConnectionTypefromString(String name) Creates or finds a AzureConnectionType from its string representation.static Collection<AzureConnectionType>values()Gets known AzureConnectionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for AzureConnectionType. -
VPN
Static value VPN for AzureConnectionType.
-
-
Constructor Details
-
AzureConnectionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AzureConnectionType value.
-
-
Method Details
-
fromString
Creates or finds a AzureConnectionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AzureConnectionType.
-
values
Gets known AzureConnectionType values.- Returns:
- known AzureConnectionType values.
-
fromString(String)factory method.