getSchedule

Retrieve the schedule identified by schedule name. API Version: 2019-06-01.

Return

Definition of the schedule.

Parameters

argument

null


suspend fun getSchedule(automationAccountName: String, resourceGroupName: String, scheduleName: String): GetScheduleResult

Return

Definition of the schedule.

Parameters

automationAccountName

The name of the automation account.

resourceGroupName

Name of an Azure Resource group.

scheduleName

The schedule name.

See also


suspend fun getSchedule(argument: suspend GetSchedulePlainArgsBuilder.() -> Unit): GetScheduleResult

Return

Definition of the schedule.

Parameters

argument

Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetSchedulePlainArgs.

See also