Freigeben über


SoftwareUpdateConfigurationCollection.GetAllAsync Methode

Definition

Rufen Sie alle Softwareupdatekonfigurationen für das Konto ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations
  • Vorgang IdSoftwareUpdateConfigurations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem> GetAllAsync (string clientRequestId = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem>
Public Overridable Function GetAllAsync (Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SoftwareUpdateConfigurationCollectionItem)

Parameter

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SoftwareUpdateConfigurationCollectionItem mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: