ServerAdministratorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. mysql. fluent. models. ServerAdministratorProperties
- com.
public final class ServerAdministratorProperties
The properties of an server Administrator.
Constructor | Description | |
---|---|---|
Server |
Modifier and Type | Method and Description |
---|---|
Administrator |
administrator Get the administrator |
String |
login()
Get the login property: The server administrator login account name. |
UUID |
sid()
Get the sid property: The server administrator Sid (Secure ID). |
UUID |
tenant Get the tenant |
void |
validate()
Validates the instance. |
Server |
with Set the administrator |
Server |
with Set the login property: The server administrator login account name. |
Server |
with Set the sid property: The server administrator Sid (Secure ID). |
Server |
with Set the tenant |
Methods inherited from java.lang.Object
ServerAdministratorProperties
public ServerAdministratorProperties()
administratorType
public AdministratorType administratorType()
Get the administratorType property: The type of administrator.
Returns:
login
public String login()
Get the login property: The server administrator login account name.
Returns:
sid
public UUID sid()
Get the sid property: The server administrator Sid (Secure ID).
Returns:
tenantId
public UUID tenantId()
Get the tenantId property: The server Active Directory Administrator tenant id.
Returns:
validate
public void validate()
Validates the instance.
withAdministratorType
public ServerAdministratorProperties withAdministratorType(AdministratorType administratorType)
Set the administratorType property: The type of administrator.
Parameters:
Returns:
withLogin
public ServerAdministratorProperties withLogin(String login)
Set the login property: The server administrator login account name.
Parameters:
Returns:
withSid
public ServerAdministratorProperties withSid(UUID sid)
Set the sid property: The server administrator Sid (Secure ID).
Parameters:
Returns:
withTenantId
public ServerAdministratorProperties withTenantId(UUID tenantId)
Set the tenantId property: The server Active Directory Administrator tenant id.
Parameters:
Returns: