AutomationRunbookResource.GetContentAsync(CancellationToken) Method

Definition

Retrieve the content of runbook identified by runbook name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/content
  • Operation Id: Runbook_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))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to