Instance Pool Args
constructor(instancePoolName: Output<String>? = null, licenseType: Output<Either<String, InstancePoolLicenseType>>? = null, location: Output<String>? = null, maintenanceConfigurationId: Output<String>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuArgs>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, vCores: Output<Int>? = null)