getSchedule

Returns the properties of a lab Schedule. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

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.

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.

See also