Uses of Class
com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SoftwareUpdateConfigurationInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationsClient.create
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName, SoftwareUpdateConfigurationInner parameters) Create a new software update configuration with the name given in the URI.SoftwareUpdateConfigurationsClient.getByName
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName) Get a single software update configuration by name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SoftwareUpdateConfigurationInner>
SoftwareUpdateConfigurationsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName, SoftwareUpdateConfigurationInner parameters, String clientRequestId, com.azure.core.util.Context context) Create a new software update configuration with the name given in the URI.com.azure.core.http.rest.Response<SoftwareUpdateConfigurationInner>
SoftwareUpdateConfigurationsClient.getByNameWithResponse
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName, String clientRequestId, com.azure.core.util.Context context) Get a single software update configuration by name.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationsClient.create
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName, SoftwareUpdateConfigurationInner parameters) Create a new software update configuration with the name given in the URI.com.azure.core.http.rest.Response<SoftwareUpdateConfigurationInner>
SoftwareUpdateConfigurationsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String softwareUpdateConfigurationName, SoftwareUpdateConfigurationInner parameters, String clientRequestId, com.azure.core.util.Context context) Create a new software update configuration with the name given in the URI. -
Uses of SoftwareUpdateConfigurationInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationInner.withError
(com.azure.core.management.exception.ManagementError error) Set the error property: Details of provisioning error.SoftwareUpdateConfigurationInner.withScheduleInfo
(SucScheduleProperties scheduleInfo) Set the scheduleInfo property: Schedule information for the Software update configuration.SoftwareUpdateConfigurationInner.withTasks
(SoftwareUpdateConfigurationTasks tasks) Set the tasks property: Tasks information for the Software update configuration.SoftwareUpdateConfigurationInner.withUpdateConfiguration
(UpdateConfiguration updateConfiguration) Set the updateConfiguration property: update specific properties for the Software update configuration. -
Uses of SoftwareUpdateConfigurationInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SoftwareUpdateConfigurationInner object.