GetDedicatedHostPlainArgs

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

Constructors

Link copied to clipboard
constructor(expand: String? = null, hostGroupName: String, hostName: 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 host. 'UserData' is not supported for dedicated host.

Link copied to clipboard

The name of the dedicated host group.

Link copied to clipboard

The name of the dedicated host.

Link copied to clipboard

The name of the resource group.

Functions

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