GetHostPoolPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the host pool within the specified resource group

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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