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