Uses of Class
com.azure.resourcemanager.sql.models.AuthenticationType
-
Packages that use AuthenticationType Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of AuthenticationType in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return AuthenticationType Modifier and Type Method Description AuthenticationTypeExportRequest. authenticationType()Get the authenticationType property: The authentication type.AuthenticationTypeImportExtensionRequest. authenticationType()Get the authenticationType property: The authentication type.static AuthenticationTypeAuthenticationType. fromString(String value)Parses a serialized value to a AuthenticationType instance.static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type AuthenticationType Modifier and Type Method Description ExportRequestExportRequest. withAuthenticationType(AuthenticationType authenticationType)Set the authenticationType property: The authentication type.ImportExtensionRequestImportExtensionRequest. withAuthenticationType(AuthenticationType authenticationType)Set the authenticationType property: The authentication type.
-