Interface SoftwareUpdateConfigurationMachineRunsClient


public interface SoftwareUpdateConfigurationMachineRunsClient
An instance of this class provides access to all the operations defined in SoftwareUpdateConfigurationMachineRunsClient.
  • Method Details

    • getById

      SoftwareUpdateConfigurationMachineRunInner getById(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationMachineRunId)
      Get a single software update configuration machine run by Id.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      softwareUpdateConfigurationMachineRunId - The Id of the software update configuration machine run.
      Returns:
      a single software update configuration machine 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<SoftwareUpdateConfigurationMachineRunInner> getByIdWithResponse(String resourceGroupName, String automationAccountName, UUID softwareUpdateConfigurationMachineRunId, String clientRequestId, com.azure.core.util.Context context)
      Get a single software update configuration machine run by Id.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      softwareUpdateConfigurationMachineRunId - The Id of the software update configuration machine run.
      clientRequestId - Identifies this specific client request.
      context - The context to associate with this operation.
      Returns:
      a single software update configuration machine 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

      SoftwareUpdateConfigurationMachineRunListResultInner list(String resourceGroupName, String automationAccountName)
      Return list of software update configuration machine runs.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      Returns:
      result of listing all software update configuration machine 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<SoftwareUpdateConfigurationMachineRunListResultInner> 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 machine 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 machine 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.