get Schedule
Returns the properties of a lab Schedule. Uses 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.
Parameters
lab Name
The name of the lab that uniquely identifies it within containing lab plan. Used in resource URIs.
resource Group Name
The name of the resource group. The name is case insensitive.
schedule Name
The name of the schedule that uniquely identifies it within containing lab. Used in resource URIs.
See also
suspend fun getSchedule(argument: suspend GetSchedulePlainArgsBuilder.() -> Unit): GetScheduleResult
Return
Schedule for automatically turning virtual machines in a lab on and off at specified times.
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetSchedulePlainArgs.