Interface SoftwareUpdateConfigurationRunsClient
public interface SoftwareUpdateConfigurationRunsClient
An instance of this class provides access to all the operations defined in SoftwareUpdateConfigurationRunsClient.
-
Method Summary
Modifier and TypeMethodDescriptiongetById
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId) Get a single software update configuration Run by Id.com.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunInner>
getByIdWithResponse
(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId, String clientRequestId, com.azure.core.util.Context context) Get a single software update configuration Run by Id.Return list of software update configuration runs.com.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunListResultInner>
listWithResponse
(String resourceGroupName, String automationAccountName, String clientRequestId, String filter, String skip, String top, com.azure.core.util.Context context) Return list of software update configuration runs.
-
Method Details
-
getById
SoftwareUpdateConfigurationRunInner getById(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId) Get a single software update configuration Run by Id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.softwareUpdateConfigurationRunId
- The Id of the software update configuration run.- Returns:
- a single software update configuration Run by Id.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdWithResponse
com.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunInner> getByIdWithResponse(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationRunId, String clientRequestId, com.azure.core.util.Context context) Get a single software update configuration Run by Id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.softwareUpdateConfigurationRunId
- The Id of the software update configuration run.clientRequestId
- Identifies this specific client request.context
- The context to associate with this operation.- Returns:
- a single software update configuration Run by Id along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
SoftwareUpdateConfigurationRunListResultInner list(String resourceGroupName, String automationAccountName) Return list of software update configuration runs.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.- Returns:
- result of listing all software update configuration runs.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listWithResponse
com.azure.core.http.rest.Response<SoftwareUpdateConfigurationRunListResultInner> listWithResponse(String resourceGroupName, String automationAccountName, String clientRequestId, String filter, String skip, String top, com.azure.core.util.Context context) Return list of software update configuration runs.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.clientRequestId
- Identifies this specific client request.filter
- The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'.skip
- Number of entries you skip before returning results.top
- Maximum number of entries returned in the results collection.context
- The context to associate with this operation.- Returns:
- result of listing all software update configuration runs along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-