GetRunbookPlainArgs

data class GetRunbookPlainArgs(val automationAccountName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetRunbookPlainArgs>

A collection of arguments for invoking getRunbook.

Constructors

Link copied to clipboard
constructor(automationAccountName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Automation Account the runbook belongs to.

Link copied to clipboard

The name of the Automation Runbook.

Link copied to clipboard

The name of the Resource Group where the Automation exists.

Functions

Link copied to clipboard
open override fun toJava(): GetRunbookPlainArgs