get Scaling Plan Pooled Schedule
suspend fun getScalingPlanPooledSchedule(argument: GetScalingPlanPooledSchedulePlainArgs): GetScalingPlanPooledScheduleResult
Get a ScalingPlanPooledSchedule. API Version: 2022-04-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.
See also
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
suspend fun getScalingPlanPooledSchedule(argument: suspend GetScalingPlanPooledSchedulePlainArgsBuilder.() -> Unit): GetScalingPlanPooledScheduleResult
Return
Represents a ScalingPlanPooledSchedule definition.
See also
Parameters
argument
Builder for com.pulumi.azurenative.desktopvirtualization.kotlin.inputs.GetScalingPlanPooledSchedulePlainArgs.