BatchAIManager Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<BatchAIManager, BatchAIManagementClientImpl>
      • com.microsoft.azure.management.batchai.implementation.BatchAIManager

public class BatchAIManager

Entry point to Azure BatchAI resource management.

Method Summary

Modifier and Type Method and Description
BatchAIManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Creates an instance of BatchAIManager that exposes BatchAI resource management API entry points.

BatchAIManager authenticate(RestClient restClient, String subscriptionId)

Creates an instance of BatchAIManager that exposes BatchAI resource management API entry points.

BatchAIManager.Configurable configure()

Get a Configurable instance that can be used to create BatchAIManager with optional configuration.

BatchAIUsages usages()
BatchAIWorkspaces workspaces()

Method Details

authenticate

public static BatchAIManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Creates an instance of BatchAIManager that exposes BatchAI resource management API entry points.

Parameters:

credentials - the credentials to use
subscriptionId - the subscription UUID

Returns:

the BatchAIManager

authenticate

public static BatchAIManager authenticate(RestClient restClient, String subscriptionId)

Creates an instance of BatchAIManager that exposes BatchAI resource management API entry points.

Parameters:

restClient - the RestClient to be used for API calls.
subscriptionId - the subscription UUID

Returns:

the BatchAIManager

configure

public static Configurable configure()

Get a Configurable instance that can be used to create BatchAIManager with optional configuration.

Returns:

the instance allowing configurations

usages

public BatchAIUsages usages()

Returns:

the batch AI usages management API entry point

workspaces

public BatchAIWorkspaces workspaces()

Returns:

the batch AI clusters management API entry point

Applies to