Class GraphServicesManager

java.lang.Object
com.azure.resourcemanager.graphservices.GraphServicesManager

public final class GraphServicesManager extends Object
Entry point to GraphServicesManager. Self service experience for Microsoft Graph metered services.
  • Method Details

    • authenticate

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

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

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

      public Accounts accounts()
      Gets the resource collection API of Accounts.
      Returns:
      Resource collection API of Accounts.
    • accountOperations

      public AccountOperations accountOperations()
      Gets the resource collection API of AccountOperations. It manages AccountResource.
      Returns:
      Resource collection API of AccountOperations.
    • operations

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

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