GetHostPoolPlainArgs

data class GetHostPoolPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetHostPoolPlainArgs>

A collection of arguments for invoking getHostPool.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Virtual Desktop Host Pool to retrieve.

Link copied to clipboard

The name of the resource group where the Virtual Desktop Host Pool exists.

Functions

Link copied to clipboard
open override fun toJava(): GetHostPoolPlainArgs