StorageActionsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.storageactions.StorageActionsManager

public final class StorageActionsManager

Entry point to StorageActionsManager. The Azure Storage Actions Management API.

Method Summary

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

Creates an instance of StorageActions service API entry point.

static StorageActionsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageActions service API entry point.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

StorageActionsManagementClient serviceClient()

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

StorageTaskAssignments storageTaskAssignments()

Gets the resource collection API of StorageTaskAssignments.

StorageTasks storageTasks()

Gets the resource collection API of StorageTasks.

StorageTasksReports storageTasksReports()

Gets the resource collection API of StorageTasksReports.

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:

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

Returns:

the StorageActions service API instance.

authenticate

public static StorageActionsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StorageActions service API entry point.

Parameters:

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

Returns:

the StorageActions service API instance.

configure

public static StorageActionsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public StorageActionsManagementClient serviceClient()

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

Returns:

Wrapped service client StorageActionsManagementClient.

storageTaskAssignments

public StorageTaskAssignments storageTaskAssignments()

Gets the resource collection API of StorageTaskAssignments.

Returns:

Resource collection API of StorageTaskAssignments.

storageTasks

public StorageTasks storageTasks()

Gets the resource collection API of StorageTasks. It manages StorageTask.

Returns:

Resource collection API of StorageTasks.

storageTasksReports

public StorageTasksReports storageTasksReports()

Gets the resource collection API of StorageTasksReports.

Returns:

Resource collection API of StorageTasksReports.

Applies to