Sdílet prostřednictvím


VirtualMachine type

Výpočetní prostředky služby Machine Learning založené na Azure Virtual Machines.

type VirtualMachine = Compute & {
  computeType: "VirtualMachine"
  properties?: VirtualMachineProperties
}