Azure Large Instance Args
constructor(azureLargeInstanceId: Output<String>? = null, azureLargeInstanceName: Output<String>? = null, hardwareProfile: Output<HardwareProfileArgs>? = null, hwRevision: Output<String>? = null, location: Output<String>? = null, networkProfile: Output<NetworkProfileArgs>? = null, osProfile: Output<OsProfileArgs>? = null, powerState: Output<Either<String, AzureLargeInstancePowerStateEnum>>? = null, proximityPlacementGroup: Output<String>? = null, resourceGroupName: Output<String>? = null, storageProfile: Output<StorageProfileArgs>? = null, tags: Output<Map<String, String>>? = null)