ConnectionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ConnectionType
- com.
- com.
public final class ConnectionType
extends ExpandableStringEnum<ConnectionType>
Defines values for ConnectionType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Connection |
EXTERNAL
Static value External for Connection |
|
static final
Connection |
INTERNAL
Static value Internal for Connection |
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Connection |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connection |
fromString(String name)
Creates or finds a Connection |
|
static
Collection<Connection |
values()
Gets known Connection |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EXTERNAL
public static final ConnectionType EXTERNAL
Static value External for ConnectionType.
INTERNAL
public static final ConnectionType INTERNAL
Static value Internal for ConnectionType.
Constructor Details
ConnectionType
@Deprecated
public ConnectionType()
Deprecated
Creates a new instance of ConnectionType value.
Method Details
fromString
public static ConnectionType fromString(String name)
Creates or finds a ConnectionType from its string representation.
Parameters:
Returns:
values
public static Collection<ConnectionType> values()
Gets known ConnectionType values.
Returns: