GetMachineExtensionPlainArgs

data class GetMachineExtensionPlainArgs(val extensionName: String, val resourceGroupName: String, val virtualMachineName: String) : ConvertibleToJava<GetMachineExtensionPlainArgs>

Constructors

Link copied to clipboard
constructor(extensionName: String, resourceGroupName: String, virtualMachineName: String)

Properties

Link copied to clipboard

The name of the machine extension.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the machine where the extension should be created or updated.

Functions

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