Freigeben über


DscConfigurationResource.GetContentAsync(CancellationToken) Methode

Definition

Rufen Sie das Konfigurationsskript ab, das durch den Konfigurationsnamen identifiziert wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/configurations/{configurationName}/content
  • Vorgangs-IdDscConfiguration_GetContent
public virtual System.Threading.Tasks.Task<Azure.Response<string>> GetContentAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GetContentAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function GetContentAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: