Freigeben über


AutomationRunbookResource.GetContent(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 Azure.Response<string> GetContent (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContent : System.Threading.CancellationToken -> Azure.Response<string>
override this.GetContent : System.Threading.CancellationToken -> Azure.Response<string>
Public Overridable Function GetContent (Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: