IRunbookOperations.ContentAsync 方法 (String, String, CancellationToken)
检索由 runbook 名称标识的 runbook 的内容。 (请参阅 https://aka.ms/azureautomationsdk/runbookoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
Task<RunbookContentResponse> ContentAsync(
string automationAccount,
string runbookName,
CancellationToken cancellationToken
)
Task<RunbookContentResponse^>^ ContentAsync(
String^ automationAccount,
String^ runbookName,
CancellationToken cancellationToken
)
abstract ContentAsync :
automationAccount:string *
runbookName:string *
cancellationToken:CancellationToken -> Task<RunbookContentResponse>
Function ContentAsync (
automationAccount As String,
runbookName As String,
cancellationToken As CancellationToken
) As Task(Of RunbookContentResponse)
参数
automationAccount
Type: System.String自动管理帐户名称。
runbookName
Type: System.StringRunbook 名称中。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<RunbookContentResponse>
Runbook 内容操作该响应模型。
请参阅
IRunbookOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首