Uses of Class
com.azure.resourcemanager.storage.fluent.models.StorageTaskReportInstanceInner
Packages that use StorageTaskReportInstanceInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of StorageTaskReportInstanceInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type StorageTaskReportInstanceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<StorageTaskReportInstanceInner>StorageTaskAssignmentInstancesReportsClient.list(String resourceGroupName, String accountName, String storageTaskAssignmentName) Fetch the report summary of a single storage task assignment's instances.com.azure.core.http.rest.PagedIterable<StorageTaskReportInstanceInner>StorageTaskAssignmentInstancesReportsClient.list(String resourceGroupName, String accountName, String storageTaskAssignmentName, Integer maxpagesize, String filter, com.azure.core.util.Context context) Fetch the report summary of a single storage task assignment's instances.com.azure.core.http.rest.PagedIterable<StorageTaskReportInstanceInner>Fetch the report summary of all the storage task assignments and instances in an account.com.azure.core.http.rest.PagedIterable<StorageTaskReportInstanceInner>StorageTaskAssignmentsInstancesReportsClient.list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, com.azure.core.util.Context context) Fetch the report summary of all the storage task assignments and instances in an account.com.azure.core.http.rest.PagedFlux<StorageTaskReportInstanceInner>StorageTaskAssignmentInstancesReportsClient.listAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName) Fetch the report summary of a single storage task assignment's instances.com.azure.core.http.rest.PagedFlux<StorageTaskReportInstanceInner>StorageTaskAssignmentInstancesReportsClient.listAsync(String resourceGroupName, String accountName, String storageTaskAssignmentName, Integer maxpagesize, String filter) Fetch the report summary of a single storage task assignment's instances.com.azure.core.http.rest.PagedFlux<StorageTaskReportInstanceInner>StorageTaskAssignmentsInstancesReportsClient.listAsync(String resourceGroupName, String accountName) Fetch the report summary of all the storage task assignments and instances in an account.com.azure.core.http.rest.PagedFlux<StorageTaskReportInstanceInner>StorageTaskAssignmentsInstancesReportsClient.listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter) Fetch the report summary of all the storage task assignments and instances in an account. -
Uses of StorageTaskReportInstanceInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return StorageTaskReportInstanceInnerModifier and TypeMethodDescriptionStorageTaskReportInstanceInner.withProperties(StorageTaskReportProperties properties) Set the properties property: Storage task execution report for a run instance. -
Uses of StorageTaskReportInstanceInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageTaskReportInstanceInnerModifier and TypeMethodDescriptionStorageTaskReportSummary.value()Get the value property: Gets storage tasks run result summary.