BatchCredentials Interface

Implements

com.microsoft.rest.credentials.ServiceClientCredentials

public interface BatchCredentials
extends com.microsoft.rest.credentials.ServiceClientCredentials

Interface for credentials used to authenticate access to an Azure Batch account.

Method Summary

Modifier and Type Method and Description
abstract String baseUrl()

Gets the Batch service endpoint.

Method Details

baseUrl

public abstract String baseUrl()

Gets the Batch service endpoint.

Returns:

The Batch service endpoint.

Applies to