AzureVmPlatformDetails constructor

AzureVmPlatformDetails({
  1. String? hyperthreading,
  2. String? location,
  3. String? machineTypeLabel,
  4. String? provisioningState,
})

Implementation

AzureVmPlatformDetails({
  this.hyperthreading,
  this.location,
  this.machineTypeLabel,
  this.provisioningState,
});