Interface ServerAdministratorResource


  • public interface ServerAdministratorResource
    An immutable client-side representation of ServerAdministratorResource.
    • 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.