Freigeben über


AutomationSourceControlCollection.GetAll(String, CancellationToken) Methode

Definition

Ruft eine Liste der Quellsteuerelemente ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls
  • Vorgangs-IdSourceControl_ListByAutomationAccount
public virtual Azure.Pageable<Azure.ResourceManager.Automation.AutomationSourceControlResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationSourceControlResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationSourceControlResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationSourceControlResource)

Parameter

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AutomationSourceControlResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: