GetDedicatedHostGroupPlainArgs

data class GetDedicatedHostGroupPlainArgs(val expand: String? = null, val hostGroupName: String, val resourceGroupName: String) : ConvertibleToJava<GetDedicatedHostGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, hostGroupName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. The response shows the list of instance view of the dedicated hosts under the dedicated host group.

Link copied to clipboard

The name of the dedicated host group.

Link copied to clipboard

The name of the resource group.

Functions

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