AutomationPSClient.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 outputFolder, bool overwrite);
abstract member ExportRunbook : string * string * string * Nullable<bool> * string * bool -> System.IO.DirectoryInfo
override this.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), outputFolder As String, overwrite As Boolean) As DirectoryInfo
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- outputFolder
- String
- overwrite
- Boolean