Compartilhar via


AutomationRunbookResource.GetContent(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 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)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a