Share via


AutomationAccountPython2PackageCollection.GetAll(CancellationToken) Method

Definition

Retrieve a list of python 2 packages.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/python2Packages
  • Operation Id: Python2Package_ListByAutomationAccount
public virtual Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountPython2PackageResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationAccountPython2PackageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AutomationAccountPython2PackageResource that may take multiple service requests to iterate over.

Applies to