Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstanceAdministratorType
Packages that use ManagedInstanceAdministratorType
Package
Description
Package containing the inner data models for SqlManagementClient.
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 ManagedInstanceAdministratorTypeModifier and TypeMethodDescriptionManagedInstanceAdministratorInner.administratorType()Get the administratorType property: Type of the managed instance administrator.ManagedInstanceAdministratorProperties.administratorType()Get the administratorType property: Type of the managed instance administrator.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ManagedInstanceAdministratorTypeModifier and TypeMethodDescriptionManagedInstanceAdministratorInner.withAdministratorType(ManagedInstanceAdministratorType administratorType) Set the administratorType property: Type of the managed instance administrator.ManagedInstanceAdministratorProperties.withAdministratorType(ManagedInstanceAdministratorType administratorType) Set the administratorType property: Type of the managed instance administrator. -
Uses of ManagedInstanceAdministratorType in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ManagedInstanceAdministratorType in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classType of the managed instance administrator.Fields in com.azure.resourcemanager.sql.models declared as ManagedInstanceAdministratorTypeModifier and TypeFieldDescriptionstatic final ManagedInstanceAdministratorTypeManagedInstanceAdministratorType.ACTIVE_DIRECTORYStatic value ActiveDirectory for ManagedInstanceAdministratorType.Methods in com.azure.resourcemanager.sql.models that return ManagedInstanceAdministratorTypeModifier and TypeMethodDescriptionManagedInstanceAdministratorType.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 ManagedInstanceAdministratorTypeModifier and TypeMethodDescriptionManagedInstanceAdministratorType.values()Gets known ManagedInstanceAdministratorType values.