GetSchedulePlainArgs

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

Constructors

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

Functions

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

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.