BatchCredentials Interface

public interface BatchCredentials

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

Method Summary

Modifier and Type Method and Description
String baseUrl()

Gets the Batch service endpoint.

Method Details

baseUrl

public String baseUrl()

Gets the Batch service endpoint.

Returns:

The Batch service endpoint.

Applies to