Uses of Class
com.azure.resourcemanager.appservice.models.AuthenticationType
Packages that use AuthenticationType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AuthenticationType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as AuthenticationTypeModifier and TypeFieldDescriptionstatic final AuthenticationTypeAuthenticationType.STORAGE_ACCOUNT_CONNECTION_STRINGStatic value StorageAccountConnectionString for AuthenticationType.static final AuthenticationTypeAuthenticationType.SYSTEM_ASSIGNED_IDENTITYStatic value SystemAssignedIdentity for AuthenticationType.static final AuthenticationTypeAuthenticationType.USER_ASSIGNED_IDENTITYStatic value UserAssignedIdentity for AuthenticationType.Methods in com.azure.resourcemanager.appservice.models that return AuthenticationTypeModifier and TypeMethodDescriptionstatic AuthenticationTypeAuthenticationType.fromString(String name) Creates or finds a AuthenticationType from its string representation.FunctionsDeploymentStorageAuthentication.type()Get the type property: Property to select authentication type to access the selected storage account.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AuthenticationTypeModifier and TypeMethodDescriptionstatic Collection<AuthenticationType>AuthenticationType.values()Gets known AuthenticationType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionFunctionsDeploymentStorageAuthentication.withType(AuthenticationType type) Set the type property: Property to select authentication type to access the selected storage account.