IAutomationPSClient.ExportRunbook Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.IO.DirectoryInfo ExportRunbook (string resourceGroupName, string automationAccountName, string runbookName, bool? isDraft, string sourcePath, bool overwrite);
abstract member ExportRunbook : string * string * string * Nullable<bool> * string * bool -> System.IO.DirectoryInfo
Public Function ExportRunbook (resourceGroupName As String, automationAccountName As String, runbookName As String, isDraft As Nullable(Of Boolean), sourcePath As String, overwrite As Boolean) As DirectoryInfo
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- sourcePath
- String
- overwrite
- Boolean