Python2Packages Interface
public interface Python2Packages
Resource collection API of Python2Packages.
Method Summary
Method Details
define
public abstract Module.DefinitionStages.Blank define(String name)
Begins definition for a new Module resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String automationAccountName, String packageName)
Delete the python 2 package by name.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete the python 2 package by name.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete the python 2 package by name.
Parameters:
Returns:
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 Module get(String resourceGroupName, String automationAccountName, String packageName)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
getById
public abstract Module getById(String id)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Module> getByIdWithResponse(String id, Context context)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
getWithResponse
public abstract Response<Module> getWithResponse(String resourceGroupName, String automationAccountName, String packageName, Context context)
Retrieve the python 2 package identified by package name.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<Module> listByAutomationAccount(String resourceGroupName, String automationAccountName)
Retrieve a list of python 2 packages.
Parameters:
Returns:
listByAutomationAccount
public abstract PagedIterable<Module> listByAutomationAccount(String resourceGroupName, String automationAccountName, Context context)
Retrieve a list of python 2 packages.
Parameters:
Returns: