次の方法で共有


RunbookDraftOperationsExtensions.GetContentAsync メソッド

定義

Runbook 名で識別される Runbook ドラフトのコンテンツを取得します。 http://aka.ms/azureautomationsdk/runbookdraftoperations

public static System.Threading.Tasks.Task<System.IO.Stream> GetContentAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetContentAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function GetContentAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

パラメーター

operations
IRunbookDraftOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

runbookName
String

Runbook 名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象