Uses of Class
com.azure.resourcemanager.sql.models.AdministratorType
-
Packages that use AdministratorType Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of AdministratorType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return AdministratorType Modifier and Type Method Description AdministratorTypeServerAzureADAdministratorInner. administratorType()Get the administratorType property: Type of the sever administrator.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AdministratorType Modifier and Type Method Description ServerAzureADAdministratorInnerServerAzureADAdministratorInner. withAdministratorType(AdministratorType administratorType)Set the administratorType property: Type of the sever administrator. -
Uses of AdministratorType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as AdministratorType Modifier and Type Field Description static AdministratorTypeAdministratorType. ACTIVE_DIRECTORYStatic value ActiveDirectory for AdministratorType.Methods in com.azure.resourcemanager.sql.models that return AdministratorType Modifier and Type Method Description AdministratorTypeSqlActiveDirectoryAdministrator. administratorType()static AdministratorTypeAdministratorType. fromString(String name)Creates or finds a AdministratorType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type AdministratorType Modifier and Type Method Description static Collection<AdministratorType>AdministratorType. values()
-