SqlServerAuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. SqlServerAuthenticationType
- com.
- com.
public final class SqlServerAuthenticationType
extends ExpandableStringEnum<SqlServerAuthenticationType>
The type used for authentication. Type: string.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
SQL
Static value SQL for Sql |
|
static final
Sql |
USER_ASSIGNED_MANAGED_IDENTITY
Static value User |
|
static final
Sql |
WINDOWS
Static value Windows for Sql |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlServerAuthenticationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromString(String name)
Creates or finds a Sql |
|
static
Collection<Sql |
values()
Gets known Sql |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SQL
public static final SqlServerAuthenticationType SQL
Static value SQL for SqlServerAuthenticationType.
USER_ASSIGNED_MANAGED_IDENTITY
public static final SqlServerAuthenticationType USER_ASSIGNED_MANAGED_IDENTITY
Static value UserAssignedManagedIdentity for SqlServerAuthenticationType.
WINDOWS
public static final SqlServerAuthenticationType WINDOWS
Static value Windows for SqlServerAuthenticationType.
Constructor Details
SqlServerAuthenticationType
@Deprecated
public SqlServerAuthenticationType()
Deprecated
Creates a new instance of SqlServerAuthenticationType value.
Method Details
fromString
public static SqlServerAuthenticationType fromString(String name)
Creates or finds a SqlServerAuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection<SqlServerAuthenticationType> values()
Gets known SqlServerAuthenticationType values.
Returns: