Class WorkspaceAadAdminInfoInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner

public final class WorkspaceAadAdminInfoInner extends com.azure.core.management.ProxyResource
Workspace active directory administrator.
  • Constructor Details

    • WorkspaceAadAdminInfoInner

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

    • tenantId

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

      public WorkspaceAadAdminInfoInner withTenantId(String tenantId)
      Set the tenantId property: Tenant ID of the workspace active directory administrator.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the WorkspaceAadAdminInfoInner object itself.
    • login

      public String login()
      Get the login property: Login of the workspace active directory administrator.
      Returns:
      the login value.
    • withLogin

      public WorkspaceAadAdminInfoInner withLogin(String login)
      Set the login property: Login of the workspace active directory administrator.
      Parameters:
      login - the login value to set.
      Returns:
      the WorkspaceAadAdminInfoInner object itself.
    • administratorType

      public String administratorType()
      Get the administratorType property: Workspace active directory administrator type.
      Returns:
      the administratorType value.
    • withAdministratorType

      public WorkspaceAadAdminInfoInner withAdministratorType(String administratorType)
      Set the administratorType property: Workspace active directory administrator type.
      Parameters:
      administratorType - the administratorType value to set.
      Returns:
      the WorkspaceAadAdminInfoInner object itself.
    • sid

      public String sid()
      Get the sid property: Object ID of the workspace active directory administrator.
      Returns:
      the sid value.
    • withSid

      public WorkspaceAadAdminInfoInner withSid(String sid)
      Set the sid property: Object ID of the workspace active directory administrator.
      Parameters:
      sid - the sid value to set.
      Returns:
      the WorkspaceAadAdminInfoInner object itself.
    • validate

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