Interface BatchManagementClient
public interface BatchManagementClient
The interface for BatchManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the ApplicationPackagesClient object to access its operations.Gets the ApplicationsClient object to access its operations.Gets the BatchAccountsClient object to access its operations.Gets the CertificatesClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the LocationsClient object to access its operations.Gets the OperationsClient object to access its operations.getPools()
Gets the PoolsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets The Azure subscription ID.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getBatchAccounts
BatchAccountsClient getBatchAccounts()Gets the BatchAccountsClient object to access its operations.- Returns:
- the BatchAccountsClient object.
-
getApplicationPackages
ApplicationPackagesClient getApplicationPackages()Gets the ApplicationPackagesClient object to access its operations.- Returns:
- the ApplicationPackagesClient object.
-
getApplications
ApplicationsClient getApplications()Gets the ApplicationsClient object to access its operations.- Returns:
- the ApplicationsClient object.
-
getLocations
LocationsClient getLocations()Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getCertificates
CertificatesClient getCertificates()Gets the CertificatesClient object to access its operations.- Returns:
- the CertificatesClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPools
PoolsClient getPools()Gets the PoolsClient object to access its operations.- Returns:
- the PoolsClient object.
-