AuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. AuthenticationType
- com.
- com.
public final class AuthenticationType
extends ExpandableStringEnum<AuthenticationType>
Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Authentication |
STORAGE_ACCOUNT_CONNECTION_STRING
Static value Storage |
static final
Authentication |
SYSTEM_ASSIGNED_IDENTITY
Static value System |
static final
Authentication |
USER_ASSIGNED_IDENTITY
Static value User |
Constructor Summary
Constructor | Description |
---|---|
AuthenticationType() |
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
STORAGE_ACCOUNT_CONNECTION_STRING
public static final AuthenticationType STORAGE_ACCOUNT_CONNECTION_STRING
Static value StorageAccountConnectionString for AuthenticationType.
SYSTEM_ASSIGNED_IDENTITY
public static final AuthenticationType SYSTEM_ASSIGNED_IDENTITY
Static value SystemAssignedIdentity for AuthenticationType.
USER_ASSIGNED_IDENTITY
public static final AuthenticationType USER_ASSIGNED_IDENTITY
Static value UserAssignedIdentity for AuthenticationType.
Constructor Details
AuthenticationType
@Deprecated
public AuthenticationType()
Deprecated
Creates a new instance of AuthenticationType value.
Method Details
fromString
public static AuthenticationType fromString(String name)
Creates or finds a AuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AuthenticationType values.
Returns:
Applies to
Azure SDK for Java