Class EducationManager

java.lang.Object
com.azure.resourcemanager.education.EducationManager

public final class EducationManager extends Object
Entry point to EducationManager. Education client provides access to education resources for Azure subscriptions.
  • Method Details

    • authenticate

      public static EducationManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Education service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the Education service API instance.
    • authenticate

      public static EducationManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Education service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Education service API instance.
    • configure

      public static EducationManager.Configurable configure()
      Gets a Configurable instance that can be used to create EducationManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • grants

      public Grants grants()
      Gets the resource collection API of Grants.
      Returns:
      Resource collection API of Grants.
    • labs

      public Labs labs()
      Gets the resource collection API of Labs.
      Returns:
      Resource collection API of Labs.
    • joinRequests

      public JoinRequests joinRequests()
      Gets the resource collection API of JoinRequests.
      Returns:
      Resource collection API of JoinRequests.
    • resourceProviders

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • students

      public Students students()
      Gets the resource collection API of Students.
      Returns:
      Resource collection API of Students.
    • studentLabs

      public StudentLabs studentLabs()
      Gets the resource collection API of StudentLabs.
      Returns:
      Resource collection API of StudentLabs.
    • serviceClient

      public EducationManagementClient serviceClient()
      Returns:
      Wrapped service client EducationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.