Uses of Class
com.microsoft.semantickernel.connectors.ai.openai.util.AzureCredentialType
-
Packages that use AzureCredentialType Package Description com.microsoft.semantickernel.connectors.ai.openai.util -
-
Uses of AzureCredentialType in com.microsoft.semantickernel.connectors.ai.openai.util
Methods in com.microsoft.semantickernel.connectors.ai.openai.util that return AzureCredentialType Modifier and Type Method Description AzureCredentialTypeAzureOpenAISettings. getAzureOpenAiCredentialsType()static AzureCredentialTypeAzureCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureCredentialType[]AzureCredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-