GetVirtualMachineSchedulePlainArgs

data class GetVirtualMachineSchedulePlainArgs(val expand: String? = null, val labName: String, val name: String, val resourceGroupName: String, val virtualMachineName: String) : ConvertibleToJava<GetVirtualMachineSchedulePlainArgs>

Constructors

Link copied to clipboard
fun GetVirtualMachineSchedulePlainArgs(expand: String? = null, labName: String, name: String, resourceGroupName: String, virtualMachineName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Specify the $expand query. Example: 'properties($select=status)'

Link copied to clipboard

The name of the lab.

Link copied to clipboard

The name of the schedule.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the virtual machine.