Freigeben über


SoftwareUpdateConfigurationCollection.GetAll 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.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem> GetAll (string clientRequestId = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationCollectionItem>
Public Overridable Function GetAll (Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von, bei der SoftwareUpdateConfigurationCollectionItem möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: