get Schedule
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
pool Name
Name of the pool.
project Name
The name of the project.
resource Group Name
Name of the resource group within the Azure subscription.
schedule Name
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.