RunbookOperationsExtensions.Content 方法 (IRunbookOperations, String, String)

 

检索由 runbook 名称标识的 runbook 的内容。 (请参阅 https://aka.ms/azureautomationsdk/runbookoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static RunbookContentResponse Content(
    this IRunbookOperations operations,
    string automationAccount,
    string runbookName
)
public:
[ExtensionAttribute]
static RunbookContentResponse^ Content(
    IRunbookOperations^ operations,
    String^ automationAccount,
    String^ runbookName
)
static member Content : 
        operations:IRunbookOperations *
        automationAccount:string *
        runbookName:string -> RunbookContentResponse
<ExtensionAttribute>
Public Shared Function Content (
    operations As IRunbookOperations,
    automationAccount As String,
    runbookName As String
) As RunbookContentResponse

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookContentResponse

Runbook 内容操作该响应模型。

请参阅

RunbookOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首