AzureVmPlatformDetails constructor

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

Implementation

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