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. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for 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