Class StorageTaskAssignmentReport
java.lang.Object
com.azure.resourcemanager.storage.models.StorageTaskAssignmentReport
The storage task assignment report.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskAssignmentReport class. -
Method Summary
Modifier and TypeMethodDescriptionprefix()Get the prefix property: The container prefix for the location of storage task assignment report.voidvalidate()Validates the instance.withPrefix(String prefix) Set the prefix property: The container prefix for the location of storage task assignment report.
-
Constructor Details
-
StorageTaskAssignmentReport
public StorageTaskAssignmentReport()Creates an instance of StorageTaskAssignmentReport class.
-
-
Method Details
-
prefix
Get the prefix property: The container prefix for the location of storage task assignment report.- Returns:
- the prefix value.
-
withPrefix
Set the prefix property: The container prefix for the location of storage task assignment report.- Parameters:
prefix- the prefix value to set.- Returns:
- the StorageTaskAssignmentReport object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-