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
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Storage |
getStorageTaskAssignments()
Gets the Storage |
|
abstract
Storage |
getStorageTasks()
Gets the Storage |
|
abstract
Storage |
getStorageTasksReports()
Gets the Storage |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getStorageTaskAssignments
public abstract StorageTaskAssignmentsClient getStorageTaskAssignments()
Gets the StorageTaskAssignmentsClient object to access its operations.
Returns:
getStorageTasks
public abstract StorageTasksClient getStorageTasks()
Gets the StorageTasksClient object to access its operations.
Returns:
getStorageTasksReports
public abstract StorageTasksReportsClient getStorageTasksReports()
Gets the StorageTasksReportsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns: