Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstanceAdministratorType
-
Packages that use ManagedInstanceAdministratorType 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 ManagedInstanceAdministratorType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstanceAdministratorType Modifier and Type Method Description ManagedInstanceAdministratorTypeManagedInstanceAdministratorInner. administratorType()Get the administratorType property: Type of the managed instance administrator.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ManagedInstanceAdministratorType Modifier and Type Method Description ManagedInstanceAdministratorInnerManagedInstanceAdministratorInner. withAdministratorType(ManagedInstanceAdministratorType administratorType)Set the administratorType property: Type of the managed instance administrator. -
Uses of ManagedInstanceAdministratorType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ManagedInstanceAdministratorType Modifier and Type Field Description static ManagedInstanceAdministratorTypeManagedInstanceAdministratorType. ACTIVE_DIRECTORYStatic value ActiveDirectory for ManagedInstanceAdministratorType.Methods in com.azure.resourcemanager.sql.models that return ManagedInstanceAdministratorType Modifier and Type Method Description static ManagedInstanceAdministratorTypeManagedInstanceAdministratorType. fromString(String name)Creates or finds a ManagedInstanceAdministratorType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ManagedInstanceAdministratorType Modifier and Type Method Description static Collection<ManagedInstanceAdministratorType>ManagedInstanceAdministratorType. values()
-