Interface WorkspaceAadAdminInfo


  • public interface WorkspaceAadAdminInfo
    An immutable client-side representation of WorkspaceAadAdminInfo.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String administratorType()
      Gets the administratorType property: Workspace active directory administrator type.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      WorkspaceAadAdminInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner object.
      String login()
      Gets the login property: Login of the workspace active directory administrator.
      String name()
      Gets the name property: The name of the resource.
      String sid()
      Gets the sid property: Object ID of the workspace active directory administrator.
      String tenantId()
      Gets the tenantId property: Tenant ID of the workspace active directory administrator.
      String type()
      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.
      • tenantId

        String tenantId()
        Gets the tenantId property: Tenant ID of the workspace active directory administrator.
        Returns:
        the tenantId value.
      • login

        String login()
        Gets the login property: Login of the workspace active directory administrator.
        Returns:
        the login value.
      • administratorType

        String administratorType()
        Gets the administratorType property: Workspace active directory administrator type.
        Returns:
        the administratorType value.
      • sid

        String sid()
        Gets the sid property: Object ID of the workspace active directory administrator.
        Returns:
        the sid value.
      • innerModel

        WorkspaceAadAdminInfoInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.WorkspaceAadAdminInfoInner object.
        Returns:
        the inner object.