Virtual Machine Args
constructor(availabilitySets: Output<List<VirtualMachinePropertiesAvailabilitySetsArgs>>? = null, checkpointType: Output<String>? = null, checkpoints: Output<List<CheckpointArgs>>? = null, cloudId: Output<String>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, generation: Output<Int>? = null, guestAgentProfile: Output<GuestAgentProfileArgs>? = null, hardwareProfile: Output<HardwareProfileArgs>? = null, identity: Output<IdentityArgs>? = null, inventoryItemId: Output<String>? = null, location: Output<String>? = null, networkProfile: Output<NetworkProfileArgs>? = null, osProfile: Output<OsProfileArgs>? = null, resourceGroupName: Output<String>? = null, storageProfile: Output<StorageProfileArgs>? = null, tags: Output<Map<String, String>>? = null, templateId: Output<String>? = null, uuid: Output<String>? = null, virtualMachineName: Output<String>? = null, vmName: Output<String>? = null, vmmServerId: Output<String>? = null)