RecoveryPlanAutomationRunbookActionDetailsResponse

data class RecoveryPlanAutomationRunbookActionDetailsResponse(val fabricLocation: String, val instanceType: String, val runbookId: String? = null, val timeout: String? = null)

Recovery plan Automation runbook action details.

Constructors

constructor(fabricLocation: String, instanceType: String, runbookId: String? = null, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fabric location.

Link copied to clipboard

Gets the type of action details (see RecoveryPlanActionDetailsTypes enum for possible values). Expected value is 'AutomationRunbookActionDetails'.

Link copied to clipboard
val runbookId: String? = null

The runbook ARM Id.

Link copied to clipboard
val timeout: String? = null

The runbook timeout.