Class OperationJobExtendedInfoInner

java.lang.Object
com.azure.resourcemanager.dataprotection.models.OperationExtendedInfo
com.azure.resourcemanager.dataprotection.fluent.models.OperationJobExtendedInfoInner

public final class OperationJobExtendedInfoInner extends OperationExtendedInfo
OperationJobExtendedInfo

Operation Job Extended Info.

  • Constructor Details

    • OperationJobExtendedInfoInner

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

    • jobId

      public String jobId()
      Get the jobId property: Arm Id of the job created for this operation.
      Returns:
      the jobId value.
    • withJobId

      public OperationJobExtendedInfoInner withJobId(String jobId)
      Set the jobId property: Arm Id of the job created for this operation.
      Parameters:
      jobId - the jobId value to set.
      Returns:
      the OperationJobExtendedInfoInner object itself.
    • validate

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