Class ApplyUpdateInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.maintenance.fluent.models.ApplyUpdateInner

public final class ApplyUpdateInner extends com.azure.core.management.ProxyResource
Apply Update request.
  • Constructor Details

    • ApplyUpdateInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • status

      public UpdateStatus status()
      Get the status property: The status.
      Returns:
      the status value.
    • withStatus

      public ApplyUpdateInner withStatus(UpdateStatus status)
      Set the status property: The status.
      Parameters:
      status - the status value to set.
      Returns:
      the ApplyUpdateInner object itself.
    • resourceId

      public String resourceId()
      Get the resourceId property: The resourceId.
      Returns:
      the resourceId value.
    • withResourceId

      public ApplyUpdateInner withResourceId(String resourceId)
      Set the resourceId property: The resourceId.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the ApplyUpdateInner object itself.
    • lastUpdateTime

      public OffsetDateTime lastUpdateTime()
      Get the lastUpdateTime property: Last Update time.
      Returns:
      the lastUpdateTime value.
    • withLastUpdateTime

      public ApplyUpdateInner withLastUpdateTime(OffsetDateTime lastUpdateTime)
      Set the lastUpdateTime property: Last Update time.
      Parameters:
      lastUpdateTime - the lastUpdateTime value to set.
      Returns:
      the ApplyUpdateInner object itself.
    • validate

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