Package com.azure.resourcemanager.batch
Class BatchManager
java.lang.Object
com.azure.resourcemanager.batch.BatchManager
Entry point to BatchManager. Batch Client.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of ApplicationPackages.Gets the resource collection API of Applications.static BatchManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Batch service API entry point.static BatchManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Batch service API entry point.Gets the resource collection API of BatchAccounts.Gets the resource collection API of Certificates.static BatchManager.Configurable
Gets a Configurable instance that can be used to create BatchManager with optional configuration.Gets the resource collection API of Locations.Gets the resource collection API of Operations.pools()
Gets the resource collection API of Pools.Gets the resource collection API of PrivateEndpointConnections.Gets the resource collection API of PrivateLinkResources.
-
Method Details
-
authenticate
public static BatchManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Batch service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the Batch service API instance.
-
authenticate
public static BatchManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Batch service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the Batch service API instance.
-
configure
Gets a Configurable instance that can be used to create BatchManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
batchAccounts
Gets the resource collection API of BatchAccounts. It manages BatchAccount.- Returns:
- Resource collection API of BatchAccounts.
-
applicationPackages
Gets the resource collection API of ApplicationPackages. It manages ApplicationPackage.- Returns:
- Resource collection API of ApplicationPackages.
-
applications
Gets the resource collection API of Applications. It manages Application.- Returns:
- Resource collection API of Applications.
-
locations
Gets the resource collection API of Locations.- Returns:
- Resource collection API of Locations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
certificates
Gets the resource collection API of Certificates. It manages Certificate.- Returns:
- Resource collection API of Certificates.
-
privateLinkResources
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
privateEndpointConnections
Gets the resource collection API of PrivateEndpointConnections.- Returns:
- Resource collection API of PrivateEndpointConnections.
-
pools
Gets the resource collection API of Pools. It manages Pool.- Returns:
- Resource collection API of Pools.
-
serviceClient
- Returns:
- Wrapped service client BatchManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-