Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.auth |
This package contains classes for authenticating requests against the Azure Batch service.
|
Modifier and Type | Method and Description |
---|---|
static BatchClient |
BatchClient.open(BatchCredentials credentials)
Creates an instance of
BatchClient associated with the specified credentials. |
Modifier and Type | Class and Description |
---|---|
class |
BatchApplicationTokenCredentials
Application token based credentials for use with a Batch Service Client.
|
class |
BatchSharedKeyCredentials
Shared key credentials for an Azure Batch account.
|
class |
BatchUserTokenCredentials
User token based credentials for use with a Batch Service Client.
|
Copyright © 2019. All rights reserved.