getSchedule

Gets a schedule resource. API Version: 2022-09-01-preview.

Return

Represents a Schedule to execute a task.

Parameters

argument

null


suspend fun getSchedule(poolName: String, projectName: String, resourceGroupName: String, scheduleName: String, top: Int? = null): GetScheduleResult

Return

Represents a Schedule to execute a task.

Parameters

poolName

Name of the pool.

projectName

The name of the project.

resourceGroupName

Name of the resource group within the Azure subscription.

scheduleName

The name of the schedule that uniquely identifies it.

top

The maximum number of resources to return from the operation. Example: '$top=10'.

See also


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

Return

Represents a Schedule to execute a task.

Parameters

argument

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

See also