DataBoxManager Class
- java.
lang. Object - com.
azure. resourcemanager. databox. DataBoxManager
- com.
public final class DataBoxManager
Entry point to DataBoxManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Data |
|
static
Data |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Data |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Data |
| Jobs |
jobs()
Gets the resource collection API of Jobs. |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Resource |
resourceProviders()
Gets the resource collection API of Resource |
|
Data |
serviceClient()
Gets wrapped service client Data |
| Services |
services()
Gets the resource collection API of Services. |
Methods inherited from java.lang.Object
Method Details
authenticate
public static DataBoxManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DataBox service API entry point.
Parameters:
Returns:
authenticate
public static DataBoxManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DataBox service API entry point.
Parameters:
Returns:
configure
public static DataBoxManager.Configurable configure()
Gets a Configurable instance that can be used to create DataBoxManager with optional configuration.
Returns:
jobs
public Jobs jobs()
Gets the resource collection API of Jobs. It manages JobResource.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
resourceProviders
public ResourceProviders resourceProviders()
Gets the resource collection API of ResourceProviders.
Returns:
serviceClient
public DataBoxManagementClient serviceClient()
Gets wrapped service client DataBoxManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
services
public Services services()
Gets the resource collection API of Services.
Returns: