Get Virtual Machine Plain Args
data class GetVirtualMachinePlainArgs(val expand: String? = null, val resourceGroupName: String, val vmName: String) : ConvertibleToJava<GetVirtualMachinePlainArgs>
Properties
Link copied to clipboard
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.