Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstanceExternalAdministrator
Packages that use ManagedInstanceExternalAdministrator
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstanceExternalAdministrator in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstanceExternalAdministratorModifier and TypeMethodDescriptionManagedInstanceInner.administrators()Get the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceProperties.administrators()Get the administrators property: The Azure Active Directory administrator of the server.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ManagedInstanceExternalAdministratorModifier and TypeMethodDescriptionManagedInstanceInner.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceProperties.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server. -
Uses of ManagedInstanceExternalAdministrator in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ManagedInstanceExternalAdministratorModifier and TypeMethodDescriptionManagedInstanceUpdate.administrators()Get the administrators property: The Azure Active Directory administrator of the server.ManagedInstanceExternalAdministrator.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.ManagedInstanceExternalAdministrator.withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.Set the login property: Login name of the server administrator.ManagedInstanceExternalAdministrator.withPrincipalType(PrincipalType principalType) Set the principalType property: Principal Type of the sever administrator.Set the sid property: SID (object ID) of the server administrator.ManagedInstanceExternalAdministrator.withTenantId(UUID tenantId) Set the tenantId property: Tenant ID of the administrator.Methods in com.azure.resourcemanager.sql.models with parameters of type ManagedInstanceExternalAdministratorModifier and TypeMethodDescriptionManagedInstanceUpdate.withAdministrators(ManagedInstanceExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.