Freigeben über


AutomationRunbookResource.GetContentAsync(CancellationToken) Methode

Definition

Rufen Sie den Inhalt des Runbooks ab, das durch den Runbooknamen identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/content
  • Vorgangs-IdRunbook_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: