RunbookCreateOrUpdateDraftProperties Class
The parameters supplied to the create or update draft runbook properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RunbookCreateOrUpdateDraftProperties
Constructor
RunbookCreateOrUpdateDraftProperties(*, runbook_type: Union[str, azure.mgmt.automation.models._automation_client_enums.RunbookTypeEnum], draft: azure.mgmt.automation.models._models_py3.RunbookDraft, log_verbose: Optional[bool] = None, log_progress: Optional[bool] = None, description: Optional[str] = None, log_activity_trace: Optional[int] = None, **kwargs)
Parameters
- runbook_type
- str or RunbookTypeEnum
Required
Required. Gets or sets the type of the runbook. Possible values include: "Script", "Graph", "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", "GraphPowerShell".
Feedback
Submit and view feedback for