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