次の方法で共有


VirtualMachine type

Azure Virtual Machines に基づく Machine Learning コンピューティング。

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