Uses of Class
com.azure.resourcemanager.sql.models.AdministratorType
Packages that use AdministratorType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 AdministratorTypeModifier and TypeMethodDescriptionAdministratorProperties.administratorType()Get the administratorType property: Type of the sever administrator.ServerAzureADAdministratorInner.administratorType()Get the administratorType property: Type of the sever administrator.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type AdministratorTypeModifier and TypeMethodDescriptionAdministratorProperties.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.ServerAzureADAdministratorInner.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator. -
Uses of AdministratorType in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type AdministratorType in com.azure.resourcemanager.sql.modelsFields in com.azure.resourcemanager.sql.models declared as AdministratorTypeModifier and TypeFieldDescriptionstatic final AdministratorTypeAdministratorType.ACTIVE_DIRECTORYStatic value ActiveDirectory for AdministratorType.Methods in com.azure.resourcemanager.sql.models that return AdministratorTypeModifier and TypeMethodDescriptionManagedInstanceExternalAdministrator.administratorType()Get the administratorType property: Type of the sever administrator.ServerExternalAdministrator.administratorType()Get the administratorType property: Type of the sever administrator.SqlActiveDirectoryAdministrator.administratorType()Gets the type of administrator.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 AdministratorTypeModifier and TypeMethodDescriptionstatic Collection<AdministratorType> AdministratorType.values()Gets known AdministratorType values.Methods in com.azure.resourcemanager.sql.models with parameters of type AdministratorTypeModifier and TypeMethodDescriptionManagedInstanceExternalAdministrator.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.ServerExternalAdministrator.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.