BatchManager.Configurable Interface

public interface Configurable extends AzureConfigurable

The interface allowing configurations to be set.

Method Summary

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

Creates an instance of BatchManager that exposes Compute resource management API entry points.

Inherited Members

Method Details

authenticate

public BatchManager authenticate(AzureTokenCredentials credentials, String subscriptionId)

Creates an instance of BatchManager that exposes Compute resource management API entry points.

Parameters:

credentials - the credentials to use
subscriptionId - the subscription

Returns:

the BatchManager

Applies to