Interface ServerAdministratorResource
-
public interface ServerAdministratorResourceAn immutable client-side representation of ServerAdministratorResource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdministratorTypeadministratorType()Gets the administratorType property: The type of administrator.Stringid()Gets the id property: Fully qualified resource Id for the resource.ServerAdministratorResourceInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner object.Stringlogin()Gets the login property: The server administrator login account name.Stringname()Gets the name property: The name of the resource.UUIDsid()Gets the sid property: The server administrator Sid (Secure ID).UUIDtenantId()Gets the tenantId property: The server Active Directory Administrator tenant id.Stringtype()Gets the type property: The type of the resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
administratorType
AdministratorType administratorType()
Gets the administratorType property: The type of administrator.- Returns:
- the administratorType value.
-
login
String login()
Gets the login property: The server administrator login account name.- Returns:
- the login value.
-
sid
UUID sid()
Gets the sid property: The server administrator Sid (Secure ID).- Returns:
- the sid value.
-
tenantId
UUID tenantId()
Gets the tenantId property: The server Active Directory Administrator tenant id.- Returns:
- the tenantId value.
-
innerModel
ServerAdministratorResourceInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerAdministratorResourceInner object.- Returns:
- the inner object.
-
-