Class StorageTaskReportSummary
java.lang.Object
com.azure.resourcemanager.storage.models.StorageTaskReportSummary
Fetch Storage Tasks Run Summary.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskReportSummary class. -
Method Summary
-
Constructor Details
-
StorageTaskReportSummary
public StorageTaskReportSummary()Creates an instance of StorageTaskReportSummary class.
-
-
Method Details
-
value
Get the value property: Gets storage tasks run result summary.- Returns:
- the value value.
-
nextLink
Get the nextLink property: Request URL that can be used to query next page of storage task run results summary. Returned when the number of run instances and summary reports exceed maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-