Class AzureADAdministratorInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mysqlflexibleserver.fluent.models.AzureADAdministratorInner

public final class AzureADAdministratorInner extends com.azure.core.management.ProxyResource
Represents a Administrator.
  • Constructor Details

    • AzureADAdministratorInner

      public AzureADAdministratorInner()
      Creates an instance of AzureADAdministratorInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • administratorType

      public AdministratorType administratorType()
      Get the administratorType property: Type of the sever administrator.
      Returns:
      the administratorType value.
    • withAdministratorType

      public AzureADAdministratorInner withAdministratorType(AdministratorType administratorType)
      Set the administratorType property: Type of the sever administrator.
      Parameters:
      administratorType - the administratorType value to set.
      Returns:
      the AzureADAdministratorInner object itself.
    • login

      public String login()
      Get the login property: Login name of the server administrator.
      Returns:
      the login value.
    • withLogin

      public AzureADAdministratorInner withLogin(String login)
      Set the login property: Login name of the server administrator.
      Parameters:
      login - the login value to set.
      Returns:
      the AzureADAdministratorInner object itself.
    • sid

      public String sid()
      Get the sid property: SID (object ID) of the server administrator.
      Returns:
      the sid value.
    • withSid

      public AzureADAdministratorInner withSid(String sid)
      Set the sid property: SID (object ID) of the server administrator.
      Parameters:
      sid - the sid value to set.
      Returns:
      the AzureADAdministratorInner object itself.
    • tenantId

      public String tenantId()
      Get the tenantId property: Tenant ID of the administrator.
      Returns:
      the tenantId value.
    • withTenantId

      public AzureADAdministratorInner withTenantId(String tenantId)
      Set the tenantId property: Tenant ID of the administrator.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the AzureADAdministratorInner object itself.
    • identityResourceId

      public String identityResourceId()
      Get the identityResourceId property: The resource id of the identity used for AAD Authentication.
      Returns:
      the identityResourceId value.
    • withIdentityResourceId

      public AzureADAdministratorInner withIdentityResourceId(String identityResourceId)
      Set the identityResourceId property: The resource id of the identity used for AAD Authentication.
      Parameters:
      identityResourceId - the identityResourceId value to set.
      Returns:
      the AzureADAdministratorInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.