GetDedicatedHostPlainArgs

data class GetDedicatedHostPlainArgs(val dedicatedHostGroupName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDedicatedHostPlainArgs>

A collection of arguments for invoking getDedicatedHost.

Constructors

Link copied to clipboard
constructor(dedicatedHostGroupName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the Dedicated Host Group the Dedicated Host is located in.

Link copied to clipboard

Specifies the name of the Dedicated Host.

Link copied to clipboard

Specifies the name of the resource group the Dedicated Host is located in.

Functions

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