Interface SoftwareUpdateConfiguration


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

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • updateConfiguration

      UpdateConfiguration updateConfiguration()
      Gets the updateConfiguration property: update specific properties for the Software update configuration.
      Returns:
      the updateConfiguration value.
    • scheduleInfo

      SucScheduleProperties scheduleInfo()
      Gets the scheduleInfo property: Schedule information for the Software update configuration.
      Returns:
      the scheduleInfo value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Provisioning state for the software update configuration, which only appears in the response.
      Returns:
      the provisioningState value.
    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: Details of provisioning error.
      Returns:
      the error value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Creation time of the resource, which only appears in the response.
      Returns:
      the creationTime value.
    • createdBy

      String createdBy()
      Gets the createdBy property: CreatedBy property, which only appears in the response.
      Returns:
      the createdBy value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Last time resource was modified, which only appears in the response.
      Returns:
      the lastModifiedTime value.
    • lastModifiedBy

      String lastModifiedBy()
      Gets the lastModifiedBy property: LastModifiedBy property, which only appears in the response.
      Returns:
      the lastModifiedBy value.
    • tasks

      Gets the tasks property: Tasks information for the Software update configuration.
      Returns:
      the tasks value.
    • innerModel

      Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationInner object.
      Returns:
      the inner object.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      SoftwareUpdateConfiguration refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.