AzureConnectionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. AzureConnectionType
- com.
- com.
public final class AzureConnectionType
extends ExpandableStringEnum<AzureConnectionType>
How to connect to the azure services needed for running the cluster.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Azure |
NONE
Static value None for Azure |
static final
Azure |
VPN
Static value VPN for Azure |
Constructor Summary
Constructor | Description |
---|---|
AzureConnectionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromString(String name)
Creates or finds a Azure |
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final AzureConnectionType NONE
Static value None for AzureConnectionType.
VPN
public static final AzureConnectionType VPN
Static value VPN for AzureConnectionType.
Constructor Details
AzureConnectionType
@Deprecated
public AzureConnectionType()
Deprecated
Creates a new instance of AzureConnectionType value.
Method Details
fromString
public static AzureConnectionType fromString(String name)
Creates or finds a AzureConnectionType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AzureConnectionType values.
Returns:
Applies to
Azure SDK for Java