Uses of Class
com.azure.resourcemanager.sql.fluent.models.AdministratorProperties
Packages that use AdministratorProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of AdministratorProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return AdministratorPropertiesModifier and TypeMethodDescriptionstatic AdministratorPropertiesAdministratorProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdministratorProperties from the JsonReader.AdministratorProperties.withAdministratorType(AdministratorType administratorType) Set the administratorType property: Type of the sever administrator.Set the login property: Login name of the server administrator.Set the sid property: SID (object ID) of the server administrator.AdministratorProperties.withTenantId(UUID tenantId) Set the tenantId property: Tenant ID of the administrator.