BatchAIManager.Configurable Interface

public interface Configurable extends AzureConfigurable

The interface allowing configurations to be set.

Method Summary

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

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

Inherited Members

Method Details

authenticate

public BatchAIManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

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

Parameters:

credentials - the credentials to use
subscriptionId - the subscription UUID

Returns:

the interface exposing BatchAI management API entry points that work across subscriptions

Applies to