StorageTaskAssignmentsInstancesReportsClient Interface

public interface StorageTaskAssignmentsInstancesReportsClient

An instance of this class provides access to all the operations defined in StorageTaskAssignmentsInstancesReportsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<StorageTaskReportInstanceInner> list(String resourceGroupName, String accountName)

Fetch the report summary of all the storage task assignments and instances in an account.

abstract PagedIterable<StorageTaskReportInstanceInner> list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, Context context)

Fetch the report summary of all the storage task assignments and instances in an account.

abstract PagedFlux<StorageTaskReportInstanceInner> listAsync(String resourceGroupName, String accountName)

Fetch the report summary of all the storage task assignments and instances in an account.

abstract PagedFlux<StorageTaskReportInstanceInner> listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter)

Fetch the report summary of all the storage task assignments and instances in an account.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String accountName)

Fetch the report summary of all the storage task assignments and instances in an account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, Context context)

Fetch the report summary of all the storage task assignments and instances in an account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
maxpagesize - Optional, specifies the maximum number of storage task assignment instances to be included in the list response.
filter - Optional. When specified, it can be used to query using reporting properties. See Constructing Filter Strings for details.
context - The context to associate with this operation.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String accountName)

Fetch the report summary of all the storage task assignments and instances in an account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter)

Fetch the report summary of all the storage task assignments and instances in an account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
maxpagesize - Optional, specifies the maximum number of storage task assignment instances to be included in the list response.
filter - Optional. When specified, it can be used to query using reporting properties. See Constructing Filter Strings for details.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedFlux<T>.

Applies to