Class StorageTaskAssignmentUpdateParameters
java.lang.Object
com.azure.resourcemanager.storage.models.StorageTaskAssignmentUpdateParameters
Parameters of the storage task assignment update request.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StorageTaskAssignmentUpdateParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of the storage task assignment.voidvalidate()Validates the instance.withProperties(StorageTaskAssignmentUpdateProperties properties) Set the properties property: Properties of the storage task assignment.
-
Constructor Details
-
StorageTaskAssignmentUpdateParameters
public StorageTaskAssignmentUpdateParameters()Creates an instance of StorageTaskAssignmentUpdateParameters class.
-
-
Method Details
-
properties
Get the properties property: Properties of the storage task assignment.- Returns:
- the properties value.
-
withProperties
public StorageTaskAssignmentUpdateParameters withProperties(StorageTaskAssignmentUpdateProperties properties) Set the properties property: Properties of the storage task assignment.- Parameters:
properties- the properties value to set.- Returns:
- the StorageTaskAssignmentUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-