GetSchedulePlainArgs

data class GetSchedulePlainArgs(val automationAccountName: String, val resourceGroupName: String, val scheduleName: String) : ConvertibleToJava<GetSchedulePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

Name of an Azure Resource group.

Link copied to clipboard

The schedule name.

Functions

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