getSchedule

Returns the properties of a lab Schedule. Azure REST API version: 2022-08-01. Other available API versions: 2023-06-07.

Return

Schedule for automatically turning virtual machines in a lab on and off at specified times.

Parameters

argument

null


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

Return

Schedule for automatically turning virtual machines in a lab on and off at specified times.

See also

Parameters

labName

The name of the lab that uniquely identifies it within containing lab plan. Used in resource URIs.

resourceGroupName

The name of the resource group. The name is case insensitive.

scheduleName

The name of the schedule that uniquely identifies it within containing lab. Used in resource URIs.


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

Return

Schedule for automatically turning virtual machines in a lab on and off at specified times.

See also

Parameters

argument

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