StorageActionsManager Class
- java.
lang. Object - com.
azure. resourcemanager. storageactions. StorageActionsManager
- com.
public final class StorageActionsManager
Entry point to StorageActionsManager. The Azure Storage Actions Management API.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Storage |
|
static
Storage |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Storage |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Storage |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Storage |
serviceClient()
Gets wrapped service client Storage |
|
Storage |
storageTaskAssignments()
Gets the resource collection API of Storage |
|
Storage |
storageTasks()
Gets the resource collection API of Storage |
|
Storage |
storageTasksReports()
Gets the resource collection API of Storage |
Methods inherited from java.lang.Object
Method Details
authenticate
public static StorageActionsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of StorageActions service API entry point.
Parameters:
Returns:
authenticate
public static StorageActionsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of StorageActions service API entry point.
Parameters:
Returns:
configure
public static StorageActionsManager.Configurable configure()
Gets a Configurable instance that can be used to create StorageActionsManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public StorageActionsMgmtClient serviceClient()
Gets wrapped service client StorageActionsMgmtClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
storageTaskAssignments
public StorageTaskAssignments storageTaskAssignments()
Gets the resource collection API of StorageTaskAssignments.
Returns:
storageTasks
public StorageTasks storageTasks()
Gets the resource collection API of StorageTasks. It manages StorageTask.
Returns:
storageTasksReports
public StorageTasksReports storageTasksReports()
Gets the resource collection API of StorageTasksReports.
Returns: