Freigeben über


SoftwareUpdateConfigurationCollection.GetAsync Methode

Definition

Rufen Sie eine einzelne Softwareupdatekonfiguration anhand des Namens ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}
  • Vorgangs-IdSoftwareUpdateConfigurations_GetByName
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource>> GetAsync (string softwareUpdateConfigurationName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource>>
Public Overridable Function GetAsync (softwareUpdateConfigurationName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SoftwareUpdateConfigurationResource))

Parameter

softwareUpdateConfigurationName
String

Der Name der zu erstellenden Softwareupdatekonfiguration.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

softwareUpdateConfigurationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

softwareUpdateConfigurationName ist NULL.

Gilt für: