StorageActionsMgmtClient Interface

public interface StorageActionsMgmtClient

The interface for StorageActionsMgmtClient 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 OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract StorageTaskAssignmentsClient getStorageTaskAssignments()

Gets the StorageTaskAssignmentsClient object to access its operations.

abstract StorageTasksClient getStorageTasks()

Gets the StorageTasksClient object to access its operations.

abstract StorageTasksReportsClient getStorageTasksReports()

Gets the StorageTasksReportsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

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.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getStorageTaskAssignments

public abstract StorageTaskAssignmentsClient getStorageTaskAssignments()

Gets the StorageTaskAssignmentsClient object to access its operations.

Returns:

the StorageTaskAssignmentsClient object.

getStorageTasks

public abstract StorageTasksClient getStorageTasks()

Gets the StorageTasksClient object to access its operations.

Returns:

the StorageTasksClient object.

getStorageTasksReports

public abstract StorageTasksReportsClient getStorageTasksReports()

Gets the StorageTasksReportsClient object to access its operations.

Returns:

the StorageTasksReportsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

Applies to