Class BatchManager

java.lang.Object
com.azure.resourcemanager.batch.BatchManager

public final class BatchManager extends Object
Entry point to BatchManager. Batch Client.
  • Method Details

    • authenticate

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

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

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

      public BatchAccounts batchAccounts()
      Gets the resource collection API of BatchAccounts. It manages BatchAccount.
      Returns:
      Resource collection API of BatchAccounts.
    • applicationPackages

      public ApplicationPackages applicationPackages()
      Gets the resource collection API of ApplicationPackages. It manages ApplicationPackage.
      Returns:
      Resource collection API of ApplicationPackages.
    • applications

      public Applications applications()
      Gets the resource collection API of Applications. It manages Application.
      Returns:
      Resource collection API of Applications.
    • locations

      public Locations locations()
      Gets the resource collection API of Locations.
      Returns:
      Resource collection API of Locations.
    • operations

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

      public Certificates certificates()
      Gets the resource collection API of Certificates. It manages Certificate.
      Returns:
      Resource collection API of Certificates.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • pools

      public Pools pools()
      Gets the resource collection API of Pools. It manages Pool.
      Returns:
      Resource collection API of Pools.
    • serviceClient

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