azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.a...

28 строки
1.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.auth.BatchCredentials"
fullName: "com.microsoft.azure.batch.auth.BatchCredentials"
name: "BatchCredentials"
nameWithType: "BatchCredentials"
summary: "Interface for credentials used to authenticate access to an Azure Batch account."
syntax: "public interface **BatchCredentials**</br> extends <xref href=\"com.microsoft.rest.credentials.ServiceClientCredentials?alt=com.microsoft.rest.credentials.ServiceClientCredentials&text=ServiceClientCredentials\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.batch.auth.BatchCredentials.baseUrl()"
fullName: "com.microsoft.azure.batch.auth.BatchCredentials.baseUrl()"
name: "baseUrl()"
nameWithType: "BatchCredentials.baseUrl()"
summary: "Gets the Batch service endpoint."
modifiers:
- "abstract"
syntax: "public abstract String baseUrl()"
desc: "Gets the Batch service endpoint."
returns:
description: "The Batch service endpoint."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "Interface for credentials used to authenticate access to an Azure Batch account."
implements:
- "<xref href=\"com.microsoft.rest.credentials.ServiceClientCredentials?alt=com.microsoft.rest.credentials.ServiceClientCredentials&text=ServiceClientCredentials\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.batch.auth"
artifact: com.microsoft.azure:azure-batch:11.2.0