Dela via


RunbookDraftOperationsExtensions.BeginReplaceContent Metod

Definition

Ersätter runbook-utkastinnehållet. http://aka.ms/azureautomationsdk/runbookdraftoperations

public static System.IO.Stream BeginReplaceContent (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.IO.Stream runbookContent);
static member BeginReplaceContent : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string * System.IO.Stream -> System.IO.Stream
<Extension()>
Public Function BeginReplaceContent (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, runbookContent As Stream) As Stream

Parametrar

operations
IRunbookDraftOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på automationskontot.

runbookName
String

Runbook-namnet.

runbookContent
Stream

Runbookens utkastinnehåll.

Returer

Gäller för