Interface Python2PackagesClient


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

    • delete

      void delete(String resourceGroupName, String automationAccountName, String packageName)
      Delete the python 2 package by name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The python package name.
      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.
    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String automationAccountName, String packageName, com.azure.core.util.Context context)
      Delete the python 2 package by name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The python package name.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • get

      ModuleInner get(String resourceGroupName, String automationAccountName, String packageName)
      Retrieve the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The python package name.
      Returns:
      definition of the module type.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<ModuleInner> getWithResponse(String resourceGroupName, String automationAccountName, String packageName, com.azure.core.util.Context context)
      Retrieve the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The python package name.
      context - The context to associate with this operation.
      Returns:
      definition of the module type 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.
    • createOrUpdate

      ModuleInner createOrUpdate(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters)
      Create or Update the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The name of python package.
      parameters - The create or update parameters for python package.
      Returns:
      definition of the module type.
      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.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<ModuleInner> createOrUpdateWithResponse(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters, com.azure.core.util.Context context)
      Create or Update the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The name of python package.
      parameters - The create or update parameters for python package.
      context - The context to associate with this operation.
      Returns:
      definition of the module type 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.
    • update

      ModuleInner update(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters)
      Update the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The name of python package.
      parameters - The update parameters for python package.
      Returns:
      definition of the module type.
      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.
    • updateWithResponse

      com.azure.core.http.rest.Response<ModuleInner> updateWithResponse(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters, com.azure.core.util.Context context)
      Update the python 2 package identified by package name.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      packageName - The name of python package.
      parameters - The update parameters for python package.
      context - The context to associate with this operation.
      Returns:
      definition of the module type 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.
    • listByAutomationAccount

      com.azure.core.http.rest.PagedIterable<ModuleInner> listByAutomationAccount(String resourceGroupName, String automationAccountName)
      Retrieve a list of python 2 packages.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      Returns:
      the response model for the list module operation as paginated response with PagedIterable.
      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.
    • listByAutomationAccount

      com.azure.core.http.rest.PagedIterable<ModuleInner> listByAutomationAccount(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context)
      Retrieve a list of python 2 packages.
      Parameters:
      resourceGroupName - Name of an Azure Resource group.
      automationAccountName - The name of the automation account.
      context - The context to associate with this operation.
      Returns:
      the response model for the list module operation as paginated response with PagedIterable.
      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.