public interface Update
An immutable client-side representation of Update.
  • Method Details

    • maintenanceScope

      MaintenanceScope maintenanceScope()
      Gets the maintenanceScope property: The impact area.
      Returns:
      the maintenanceScope value.
    • impactType

      ImpactType impactType()
      Gets the impactType property: The impact type.
      Returns:
      the impactType value.
    • status

      UpdateStatus status()
      Gets the status property: The status.
      Returns:
      the status value.
    • impactDurationInSec

      Integer impactDurationInSec()
      Gets the impactDurationInSec property: Duration of impact in seconds.
      Returns:
      the impactDurationInSec value.
    • notBefore

      OffsetDateTime notBefore()
      Gets the notBefore property: Time when Azure will start force updates if not self-updated by customer before this time.
      Returns:
      the notBefore value.
    • resourceId

      String resourceId()
      Gets the resourceId property: The resourceId.
      Returns:
      the resourceId value.
    • innerModel

      UpdateInner innerModel()
      Gets the inner com.azure.resourcemanager.maintenance.fluent.models.UpdateInner object.
      Returns:
      the inner object.