GetResourcePoolPlainArgs

data class GetResourcePoolPlainArgs(val resourceGroupName: String, val resourcePoolName: String) : ConvertibleToJava<GetResourcePoolPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The Resource Group Name.

Link copied to clipboard

Name of the resourcePool.

Functions

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