Uses of Class
com.azure.resourcemanager.sql.models.ServerExternalAdministrator
Packages that use ServerExternalAdministrator
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerExternalAdministrator in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerExternalAdministratorModifier and TypeMethodDescriptionServerInner.administrators()Get the administrators property: The Azure Active Directory administrator of the server.ServerProperties.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 ServerExternalAdministratorModifier and TypeMethodDescriptionServerInner.withAdministrators(ServerExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.ServerProperties.withAdministrators(ServerExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server. -
Uses of ServerExternalAdministrator in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ServerExternalAdministratorModifier and TypeMethodDescriptionServerUpdate.administrators()Get the administrators property: The Azure Active Directory administrator of the server.static ServerExternalAdministratorServerExternalAdministrator.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServerExternalAdministrator from the JsonReader.ServerExternalAdministrator.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.ServerExternalAdministrator.withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.Set the login property: Login name of the server administrator.ServerExternalAdministrator.withPrincipalType(PrincipalType principalType) Set the principalType property: Principal Type of the sever administrator.Set the sid property: SID (object ID) of the server administrator.ServerExternalAdministrator.withTenantId(UUID tenantId) Set the tenantId property: Tenant ID of the administrator.Methods in com.azure.resourcemanager.sql.models with parameters of type ServerExternalAdministratorModifier and TypeMethodDescriptionServerUpdate.withAdministrators(ServerExternalAdministrator administrators) Set the administrators property: The Azure Active Directory administrator of the server.