Uses of Enum
com.azure.resourcemanager.botservice.models.EmailChannelAuthMethod
Packages that use EmailChannelAuthMethod
Package
Description
Package containing the data models for AzureBotService.
-
Uses of EmailChannelAuthMethod in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return EmailChannelAuthMethodModifier and TypeMethodDescriptionEmailChannelProperties.authMethod()Get the authMethod property: Email channel auth method. 0 Password (Default); 1 Graph.static EmailChannelAuthMethodEmailChannelAuthMethod.fromFloat(float value) Parses a serialized value to a EmailChannelAuthMethod instance.static EmailChannelAuthMethodReturns the enum constant of this type with the specified name.static EmailChannelAuthMethod[]EmailChannelAuthMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.botservice.models with parameters of type EmailChannelAuthMethodModifier and TypeMethodDescriptionEmailChannelProperties.withAuthMethod(EmailChannelAuthMethod authMethod) Set the authMethod property: Email channel auth method. 0 Password (Default); 1 Graph.