次の方法で共有


AutomationAccountResource.ConvertGraphRunbookContentAsync メソッド

定義

GraphRunbookContent をシリアル化または逆シリアル化する操作後

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/convertGraphRunbookContent
  • 操作 IdconvertGraphRunbookContent
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.GraphicalRunbookContent>> ConvertGraphRunbookContentAsync (Azure.ResourceManager.Automation.Models.GraphicalRunbookContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertGraphRunbookContentAsync : Azure.ResourceManager.Automation.Models.GraphicalRunbookContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.GraphicalRunbookContent>>
override this.ConvertGraphRunbookContentAsync : Azure.ResourceManager.Automation.Models.GraphicalRunbookContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.GraphicalRunbookContent>>
Public Overridable Function ConvertGraphRunbookContentAsync (content As GraphicalRunbookContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GraphicalRunbookContent))

パラメーター

content
GraphicalRunbookContent

グラフィカル Runbook を記述する入力データ。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象