AuthenticationMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. streamanalytics. models. AuthenticationMode
- com.
- com.
public final class AuthenticationMode
extends ExpandableStringEnum<AuthenticationMode>
Authentication Mode. Valid modes are `ConnectionString`, `Msi` and 'UserToken'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Authentication |
CONNECTION_STRING
Static value Connection |
|
static final
Authentication |
MSI
Static value Msi for Authentication |
|
static final
Authentication |
USER_TOKEN
Static value User |
Constructor Summary
| Constructor | Description |
|---|---|
| AuthenticationMode() |
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
CONNECTION_STRING
public static final AuthenticationMode CONNECTION_STRING
Static value ConnectionString for AuthenticationMode.
MSI
public static final AuthenticationMode MSI
Static value Msi for AuthenticationMode.
USER_TOKEN
public static final AuthenticationMode USER_TOKEN
Static value UserToken for AuthenticationMode.
Constructor Details
AuthenticationMode
@Deprecated
public AuthenticationMode()
Deprecated
Creates a new instance of AuthenticationMode value.
Method Details
fromString
public static AuthenticationMode fromString(String name)
Creates or finds a AuthenticationMode from its string representation.
Parameters:
Returns:
values
public static Collection<AuthenticationMode> values()
Gets known AuthenticationMode values.
Returns: