DesktopvirtualizationFunctions

Functions

Link copied to clipboard

Get an application. API Version: 2021-02-01-preview.

suspend fun getApplication(applicationGroupName: String, applicationName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard

Get an application group. API Version: 2021-02-01-preview.

suspend fun getApplicationGroup(applicationGroupName: String, resourceGroupName: String): GetApplicationGroupResult
Link copied to clipboard

Get a host pool. API Version: 2021-02-01-preview.

suspend fun getHostPool(argument: suspend GetHostPoolPlainArgsBuilder.() -> Unit): GetHostPoolResult
suspend fun getHostPool(hostPoolName: String, resourceGroupName: String): GetHostPoolResult
Link copied to clipboard

Get a msixpackage. API Version: 2021-02-01-preview.

suspend fun getMSIXPackage(hostPoolName: String, msixPackageFullName: String, resourceGroupName: String): GetMSIXPackageResult
Link copied to clipboard

Get a scaling plan. API Version: 2021-02-01-preview.

suspend fun getScalingPlan(resourceGroupName: String, scalingPlanName: String): GetScalingPlanResult
Link copied to clipboard

Get a ScalingPlanPooledSchedule. API Version: 2022-04-01-preview.

suspend fun getScalingPlanPooledSchedule(resourceGroupName: String, scalingPlanName: String, scalingPlanScheduleName: String): GetScalingPlanPooledScheduleResult
Link copied to clipboard

Get a workspace. API Version: 2021-02-01-preview.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult