Interface SoftwareUpdateConfiguration
public interface SoftwareUpdateConfiguration
An immutable client-side representation of SoftwareUpdateConfiguration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the SoftwareUpdateConfiguration definition.static interface
The SoftwareUpdateConfiguration definition stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the createdBy property: CreatedBy property, which only appears in the response.Gets the creationTime property: Creation time of the resource, which only appears in the response.com.azure.core.management.exception.ManagementError
error()
Gets the error property: Details of provisioning error.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationInner object.Gets the lastModifiedBy property: LastModifiedBy property, which only appears in the response.Gets the lastModifiedTime property: Last time resource was modified, which only appears in the response.name()
Gets the name property: The name of the resource.Gets the provisioningState property: Provisioning state for the software update configuration, which only appears in the response.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the scheduleInfo property: Schedule information for the Software update configuration.tasks()
Gets the tasks property: Tasks information for the Software update configuration.type()
Gets the type property: The type of the resource.Gets the updateConfiguration property: update specific properties for the Software update configuration.
-
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
SoftwareUpdateConfigurationTasks tasks()Gets the tasks property: Tasks information for the Software update configuration.- Returns:
- the tasks value.
-
innerModel
SoftwareUpdateConfigurationInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationInner object.- Returns:
- the inner object.
-
refresh
SoftwareUpdateConfiguration refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-