Desktopvirtualization Functions
Functions
Link copied to clipboard
Get an application. API Version: 2021-02-01-preview.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
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(argument: suspend GetApplicationGroupPlainArgsBuilder.() -> Unit): GetApplicationGroupResult
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
Link copied to clipboard
Get a msixpackage. API Version: 2021-02-01-preview.
suspend fun getMSIXPackage(argument: suspend GetMSIXPackagePlainArgsBuilder.() -> Unit): GetMSIXPackageResult
suspend fun getMSIXPackage(hostPoolName: String, msixPackageFullName: String, resourceGroupName: String): GetMSIXPackageResult
Link copied to clipboard
suspend fun getPrivateEndpointConnectionByHostPool(argument: GetPrivateEndpointConnectionByHostPoolPlainArgs): GetPrivateEndpointConnectionByHostPoolResult
Get a private endpoint connection. API Version: 2021-04-01-preview.
suspend fun getPrivateEndpointConnectionByHostPool(argument: suspend GetPrivateEndpointConnectionByHostPoolPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionByHostPoolResult
suspend fun getPrivateEndpointConnectionByHostPool(hostPoolName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionByHostPoolResult
Link copied to clipboard
suspend fun getPrivateEndpointConnectionByWorkspace(argument: GetPrivateEndpointConnectionByWorkspacePlainArgs): GetPrivateEndpointConnectionByWorkspaceResult
Get a private endpoint connection. API Version: 2021-04-01-preview.
suspend fun getPrivateEndpointConnectionByWorkspace(argument: suspend GetPrivateEndpointConnectionByWorkspacePlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionByWorkspaceResult
suspend fun getPrivateEndpointConnectionByWorkspace(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetPrivateEndpointConnectionByWorkspaceResult
Link copied to clipboard
Get a scaling plan. API Version: 2021-02-01-preview.
suspend fun getScalingPlan(argument: suspend GetScalingPlanPlainArgsBuilder.() -> Unit): GetScalingPlanResult
suspend fun getScalingPlan(resourceGroupName: String, scalingPlanName: String): GetScalingPlanResult
Link copied to clipboard
suspend fun getScalingPlanPooledSchedule(argument: GetScalingPlanPooledSchedulePlainArgs): GetScalingPlanPooledScheduleResult
Get a ScalingPlanPooledSchedule. API Version: 2022-04-01-preview.
suspend fun getScalingPlanPooledSchedule(argument: suspend GetScalingPlanPooledSchedulePlainArgsBuilder.() -> Unit): GetScalingPlanPooledScheduleResult
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(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult