GetVirtualMachinePlainArgs

data class GetVirtualMachinePlainArgs(val expand: String? = null, val resourceGroupName: String, val vmName: String) : ConvertibleToJava<GetVirtualMachinePlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, vmName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual machine.

Functions

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