AzureVmDetails constructor
AzureVmDetails({})
Implementation
AzureVmDetails({
this.bootOption,
this.committedStorageMb,
this.computerName,
this.cpuCount,
this.diskCount,
this.disks,
this.memoryMb,
this.osDescription,
this.osDisk,
this.powerState,
this.tags,
this.vmId,
this.vmSize,
});