Uses of Class
com.azure.resourcemanager.storage.models.StorageTaskAssignmentUpdateReport
Packages that use StorageTaskAssignmentUpdateReport
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of StorageTaskAssignmentUpdateReport in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageTaskAssignmentUpdateReportModifier and TypeClassDescriptionfinal classThe storage task assignment report.Methods in com.azure.resourcemanager.storage.models that return StorageTaskAssignmentUpdateReportModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateReport.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageTaskAssignmentUpdateReport from the JsonReader.StorageTaskAssignmentUpdateProperties.report()Get the report property: The storage task assignment report.StorageTaskAssignmentUpdateReport.withPrefix(String prefix) Set the prefix property: The prefix of the storage task assignment report.Methods in com.azure.resourcemanager.storage.models with parameters of type StorageTaskAssignmentUpdateReportModifier and TypeMethodDescriptionStorageTaskAssignmentUpdateProperties.withReport(StorageTaskAssignmentUpdateReport report) Set the report property: The storage task assignment report.