Class StorageTaskAssignmentInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.fluent.models.StorageTaskAssignmentInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class StorageTaskAssignmentInner extends com.azure.core.management.ProxyResource
The storage task assignment.
  • Constructor Details

    • StorageTaskAssignmentInner

      public StorageTaskAssignmentInner()
      Creates an instance of StorageTaskAssignmentInner class.
  • Method Details

    • properties

      public StorageTaskAssignmentProperties properties()
      Get the properties property: Properties of the storage task assignment.
      Returns:
      the properties value.
    • withProperties

      public StorageTaskAssignmentInner withProperties(StorageTaskAssignmentProperties properties)
      Set the properties property: Properties of the storage task assignment.
      Parameters:
      properties - the properties value to set.
      Returns:
      the StorageTaskAssignmentInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.