DataBoxManager Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.DataBoxManager

public final class DataBoxManager

Entry point to DataBoxManager.

Method Summary

Modifier and Type Method and Description
static DataBoxManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DataBox service API entry point.

static DataBoxManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataBox service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create DataBoxManager with optional configuration.

Jobs jobs()

Gets the resource collection API of Jobs.

Operations operations()

Gets the resource collection API of Operations.

ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

DataBoxManagementClient serviceClient()

Gets wrapped service client DataBoxManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DataBox service API instance.

authenticate

public static DataBoxManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataBox service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DataBox service API instance.

configure

public static DataBoxManager.Configurable configure()

Gets a Configurable instance that can be used to create DataBoxManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

jobs

public Jobs jobs()

Gets the resource collection API of Jobs. It manages JobResource.

Returns:

Resource collection API of Jobs.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

resourceProviders

public ResourceProviders resourceProviders()

Gets the resource collection API of ResourceProviders.

Returns:

Resource collection API of ResourceProviders.

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:

Wrapped service client DataBoxManagementClient.

services

public Services services()

Gets the resource collection API of Services.

Returns:

Resource collection API of Services.

Applies to

Azure SDK for Java

Preview