GetVirtualMachinePlainArgs

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

A collection of arguments for invoking getVirtualMachine.

Constructors

Link copied to clipboard
fun GetVirtualMachinePlainArgs(name: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

Specifies the name of the Virtual Machine.

Link copied to clipboard

Specifies the name of the resource group the Virtual Machine is located in.