Partilhar via


AutomationRunbookResource.GetContentAsync(CancellationToken) Método

Definição

Recupere o conteúdo do runbook identificado pelo nome do runbook.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/content
  • Operação 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))

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a