get Scaling Plan Pooled Schedule
suspend fun getScalingPlanPooledSchedule(argument: GetScalingPlanPooledSchedulePlainArgs): GetScalingPlanPooledScheduleResult
Get a ScalingPlanPooledSchedule. Uses Azure REST API version 2022-09-09. Other available API versions: 2022-10-14-preview, 2023-09-05, 2023-10-04-preview, 2023-11-01-preview, 2024-01-16-preview, 2024-03-06-preview, 2024-04-03, 2024-04-08-preview, 2024-08-08-preview, 2024-11-01-preview.
Return
Represents a ScalingPlanPooledSchedule definition.
Parameters
argument
null
suspend fun getScalingPlanPooledSchedule(resourceGroupName: String, scalingPlanName: String, scalingPlanScheduleName: String): GetScalingPlanPooledScheduleResult
Return
Represents a ScalingPlanPooledSchedule definition.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
scaling Plan Name
The name of the scaling plan.
scaling Plan Schedule Name
The name of the ScalingPlanSchedule
See also
suspend fun getScalingPlanPooledSchedule(argument: suspend GetScalingPlanPooledSchedulePlainArgsBuilder.() -> Unit): GetScalingPlanPooledScheduleResult
Return
Represents a ScalingPlanPooledSchedule definition.
Parameters
argument
Builder for com.pulumi.azurenative.desktopvirtualization.kotlin.inputs.GetScalingPlanPooledSchedulePlainArgs.