次の方法で共有


RunbookDraftOperationsExtensions.ReplaceContentAsync メソッド

定義

Runbook の下書きコンテンツを置き換えます。 http://aka.ms/azureautomationsdk/runbookdraftoperations

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

パラメーター

operations
IRunbookDraftOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

runbookName
String

Runbook 名。

runbookContent
Stream

Runbook の下書きコンテンツ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象