Share via


DataBoxManagementClient Interface

public interface DataBoxManagementClient

The interface for DataBoxManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract JobsClient getJobs()

Gets the JobsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets The Subscription Id.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getJobs

public abstract JobsClient getJobs()

Gets the JobsClient object to access its operations.

Returns:

the JobsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getResourceProviders

public abstract ResourceProvidersClient getResourceProviders()

Gets the ResourceProvidersClient object to access its operations.

Returns:

the ResourceProvidersClient object.

getServices

public abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

Returns:

the ServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Subscription Id.

Returns:

the subscriptionId value.

Applies to