GetMachineExtensionPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The name of the machine extension.

Link copied to clipboard

The name of the machine containing the extension.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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