Class AuthenticationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthenticationType>
com.azure.resourcemanager.appservice.models.AuthenticationType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AuthenticationType
extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
Property to select authentication type to access the selected storage account. Available options:
SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthenticationTypeStatic value StorageAccountConnectionString for AuthenticationType.static final AuthenticationTypeStatic value SystemAssignedIdentity for AuthenticationType.static final AuthenticationTypeStatic value UserAssignedIdentity for AuthenticationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthenticationTypefromString(String name) Creates or finds a AuthenticationType from its string representation.static Collection<AuthenticationType> values()Gets known AuthenticationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SYSTEM_ASSIGNED_IDENTITY
Static value SystemAssignedIdentity for AuthenticationType. -
USER_ASSIGNED_IDENTITY
Static value UserAssignedIdentity for AuthenticationType. -
STORAGE_ACCOUNT_CONNECTION_STRING
Static value StorageAccountConnectionString for AuthenticationType.
-
-
Constructor Details
-
AuthenticationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AuthenticationType value.
-
-
Method Details
-
fromString
Creates or finds a AuthenticationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AuthenticationType.
-
values
Gets known AuthenticationType values.- Returns:
- known AuthenticationType values.
-
fromString(String)factory method.