Python2PackagesClient Interface
public interface Python2PackagesClient
An instance of this class provides access to all the operations defined in Python2PackagesClient.
Method Summary
Method Details
createOrUpdate
public abstract ModuleInner createOrUpdate(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters)
Create or Update the python 2 package identified by package name.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<ModuleInner> createOrUpdateWithResponse(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters, Context context)
Create or Update the python 2 package identified by package name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String automationAccountName, String packageName)
Delete the python 2 package by name.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String automationAccountName, String packageName, Context context)
Delete the python 2 package by name.
Parameters:
Returns:
get
public abstract ModuleInner get(String resourceGroupName, String automationAccountName, String packageName)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
getWithResponse
public abstract Response<ModuleInner> getWithResponse(String resourceGroupName, String automationAccountName, String packageName, Context context)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<ModuleInner> listByAutomationAccount(String resourceGroupName, String automationAccountName)
Retrieve a list of python 2 packages.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<ModuleInner> listByAutomationAccount(String resourceGroupName, String automationAccountName, Context context)
Retrieve a list of python 2 packages.
Parameters:
Returns:
update
public abstract ModuleInner update(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters)
Update the python 2 package identified by package name.
Parameters:
Returns:
updateWithResponse
public abstract Response<ModuleInner> updateWithResponse(String resourceGroupName, String automationAccountName, String packageName, PythonPackageUpdateParameters parameters, Context context)
Update the python 2 package identified by package name.
Parameters:
Returns: